... why? do you actually think your code is valuable? Do you want to exclude people who require a realistic license? whatev......
700
Alexander Kaupp aka t...
tanila@...
Jun 9, 2009 1:42 am
Hello again, I updated the editor a little bit. Providing a download-link with the full source ( http://tanila.de/testing/ ) . The licence is GPL and i hope to...
699
Alexander Kaupp aka t...
tanila@...
Jun 8, 2009 7:27 am
Hi dav, oooh the source is not ready to be viewed by cracks like you ;) kind regards alex...
698
Alexander Kaupp aka t...
tanila@...
Jun 8, 2009 7:26 am
Hi adrian, thans for your kind words :) ... ATM there is no licence. But I think I am using the licence of Yahoo (BSD) because I am using YUI3 ... I am really...
697
Alexander Kaupp aka t...
tanila@...
Jun 8, 2009 7:21 am
Hi Chris, shure i will share the source but atm it is not really good and the editor has some bugs i have to fix first. The editor requires: yui, oop, event,...
696
Alexander Kaupp aka t...
tanila@...
Jun 8, 2009 7:19 am
right :) but the source needs some bugfixing and cleaning i think. greetings alex...
695
Dav Glass
dav.glass
Jun 7, 2009 9:27 pm
Sorry, didn't see the other messages in the thread ;) ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus,...
694
Dav Glass
dav.glass
Jun 7, 2009 9:24 pm
I would be more interested in the source, can't read anything from a min file ;) Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The...
692
Robert Koberg
rob.koberg
Jun 7, 2009 4:54 pm
You might want to check out Xopus XML editor. It can round trip XML while showing it styled (with XSL and CSS) for a wysiwyg view and a tree view. Also, you...
691
Robert Koberg
rob.koberg
Jun 7, 2009 4:50 pm
... Just take off the '-min' http://tanila.de/testing/js/tanilaeditor/tanilaeditor_standalone.js...
690
Chris Adams
chrisdaggimoh
Jun 7, 2009 4:33 pm
Hi Alex ... Only 26k size ? That's amazingly small! Which YUI3 elements did you end up using for this? Are you planning to share the non-minified source code...
689
adrian.kalbarczyk
adrian.kalba...
Jun 7, 2009 4:18 pm
It's simple and cool. What is license? Can I use it in commercial product? I have recently sent here post with proposition of editor that can output XML (or...
687
Alexander Kaupp aka t...
tanila@...
Jun 6, 2009 6:01 pm
hello all, i created an RTE with YUI3: http://tanila.de/testing/ what do you think? kind regards alex...
686
adrian.kalbarczyk
adrian.kalba...
Jun 6, 2009 10:49 am
I searched whole Internet in order to find something like editor based on XML written in JavaScript and there was no such thing. Maybe nobody thought about it...
685
adrian.kalbarczyk
adrian.kalba...
Jun 6, 2009 10:17 am
Thank you for links. I'll prepare something more about editor and post it here....
684
Adam Moore
adam.moore
Jun 5, 2009 11:42 pm
... You still need to specify the features you want to apply to your YUI instance: var $Y = YUI().use(39;*'); -Adam...
683
roman.kalaputs
Jun 5, 2009 11:10 pm
Hi Skilled, I have one question about loading modules in YUI3. When I try to load modules using standard scheme <script type="text/javascript" ...
682
Satyam
satyamutsa
Jun 5, 2009 5:46 pm
Since you don't know your way around, it would seem you are new in the neighborhood. Are you sure there hasn't been any brainstorming? Why don't you start...
681
Eric Miraglia
ericmiraglia
Jun 5, 2009 4:45 pm
Adrian, A great place to start a thread about YUI 2.x projects is here: http://yuilibrary.com/forum/viewforum.php?f=89 The corresponding forum for YUI 3.x is...
680
adrian.kalbarczyk
adrian.kalba...
Jun 5, 2009 4:27 pm
Thank you for your reply. Is this forum best place to start such threads? I think editor concept should have brainstorming phrase. I'll try to submit some...
679
Satyam
satyamutsa
Jun 5, 2009 7:23 am
The components you list have been authored by different people, it would be best if you start separate threads and set the subject line accordingly so as to...
678
adrian.kalbarczyk
adrian.kalba...
Jun 4, 2009 8:40 pm
I'm not sure if this is proper place to send this post - if it's wrong please tell me where I should post it:). I'm quite familiar with YUI2. I have read...
677
Satyen Desai
sdezzi
Jun 2, 2009 7:20 pm
Yes please. Satyen ________________________________ From: yui3@yahoogroups.com [mailto:yui3@yahoogroups.com] On Behalf Of derekscollon Sent: Tuesday, June 02,...
676
Satyen Desai
sdezzi
Jun 2, 2009 7:20 pm
Hi, To be clear, this works: var overlay = new Y.Overlay({ headerContent: "Aligned Overlay", bodyContent: "I should be in the middle of the viewport" }); ...
675
derekscollon
Jun 2, 2009 7:17 pm
... Fantastic, that worked perfectly. I had assumed that centering after setting content should work and hadn't tried it after rendering. Do you want me to...
674
Satyen Desai
sdezzi
Jun 2, 2009 7:10 pm
Hi, Try setting "centered" after the Overlay is rendered [or give it a width/height]. There does seem to be a bug here, where we're not re-centering after the...
673
derekscollon
Jun 2, 2009 7:09 pm
... Ah, I see what you mean. My own code was in the original post but has been chopped at some point. This is what I had originally used... <script...
672
Adam Moore
adam.moore
Jun 2, 2009 7:02 pm
... Sorry I wasn't clear: the code that emits the error isn't what will help -- the exact code that you implemented which is causing the issue to surface is...
671
derekscollon
Jun 2, 2009 6:46 pm
... Apologies, but I wasn't copying huge chunks of YUI, I was copying the error that was reported in the hope that that would prove useful. As it happened, it...
670
Adam Moore
adam.moore
Jun 1, 2009 6:11 pm
... Please don't copy a huge chunk of YUI into your message. We need to see your code to find the problem, not YUI. Thanks, -Adam...