Search the web
Sign In
New User? Sign Up
yui3 · YUI 3.x Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 670 - 701 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
670
... 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...
Adam Moore
adam.moore
Offline Send Email
Jun 1, 2009
6:11 pm
671
... 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...
derekscollon
Offline Send Email
Jun 2, 2009
6:46 pm
672
... 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...
Adam Moore
adam.moore
Offline Send Email
Jun 2, 2009
7:02 pm
673
... 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...
derekscollon
Offline Send Email
Jun 2, 2009
7:09 pm
674
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...
Satyen Desai
sdezzi
Offline Send Email
Jun 2, 2009
7:10 pm
675
... 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...
derekscollon
Offline Send Email
Jun 2, 2009
7:17 pm
676
Hi, To be clear, this works: var overlay = new Y.Overlay({ headerContent: "Aligned Overlay", bodyContent: "I should be in the middle of the viewport" }); ...
Satyen Desai
sdezzi
Offline Send Email
Jun 2, 2009
7:20 pm
677
Yes please. Satyen ________________________________ From: yui3@yahoogroups.com [mailto:yui3@yahoogroups.com] On Behalf Of derekscollon Sent: Tuesday, June 02,...
Satyen Desai
sdezzi
Offline Send Email
Jun 2, 2009
7:20 pm
678
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...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jun 4, 2009
8:40 pm
679
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...
Satyam
satyamutsa
Offline Send Email
Jun 5, 2009
7:23 am
680
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...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jun 5, 2009
4:27 pm
681
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...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jun 5, 2009
4:45 pm
682
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...
Satyam
satyamutsa
Offline Send Email
Jun 5, 2009
5:46 pm
683
Hi Skilled, I have one question about loading modules in YUI3. When I try to load modules using standard scheme <script type="text/javascript" ...
roman.kalaputs
Offline Send Email
Jun 5, 2009
11:10 pm
684
... You still need to specify the features you want to apply to your YUI instance: var $Y = YUI().use('*'); -Adam...
Adam Moore
adam.moore
Offline Send Email
Jun 5, 2009
11:42 pm
685
Thank you for links. I'll prepare something more about editor and post it here....
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jun 6, 2009
10:17 am
686
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...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jun 6, 2009
10:49 am
687
hello all, i created an RTE with YUI3: http://tanila.de/testing/ what do you think? kind regards alex...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 6, 2009
6:01 pm
689
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...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jun 7, 2009
4:18 pm
690
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...
Chris Adams
chrisdaggimoh
Offline Send Email
Jun 7, 2009
4:33 pm
691
... Just take off the '-min' http://tanila.de/testing/js/tanilaeditor/tanilaeditor_standalone.js...
Robert Koberg
rob.koberg
Offline Send Email
Jun 7, 2009
4:50 pm
692
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...
Robert Koberg
rob.koberg
Offline Send Email
Jun 7, 2009
4:54 pm
694
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...
Dav Glass
dav.glass
Offline Send Email
Jun 7, 2009
9:24 pm
695
Sorry, didn't see the other messages in the thread ;) ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus,...
Dav Glass
dav.glass
Offline Send Email
Jun 7, 2009
9:27 pm
696
right :) but the source needs some bugfixing and cleaning i think. greetings alex...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 8, 2009
7:19 am
697
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,...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 8, 2009
7:21 am
698
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...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 8, 2009
7:26 am
699
Hi dav, oooh the source is not ready to be viewed by cracks like you ;) kind regards alex...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 8, 2009
7:27 am
700
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...
Alexander Kaupp aka t...
tanila@...
Send Email
Jun 9, 2009
1:42 am
701
... why? do you actually think your code is valuable? Do you want to exclude people who require a realistic license? whatev......
Robert Koberg
rob.koberg
Offline Send Email
Jun 9, 2009
1:58 am
Messages 670 - 701 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help