It should be noted that you can't create new topics via email, only reply to topics. Since the forum system is categorized, I haven't found a good way to ...
I would not call that an error, it is great news! I mostly wanted to confirm it was true. I always hated not being able to reply via email. Thanks Satyam ......
The messages from the forum state at the footer: <quote> Do not reply to this email. It is a one-way only email address. All messages sent to this address will...
Yes, the forums support replying via email. That was one of the requirements for building it. -- Dav Glass davglass@... blog.davglass.com + Windows: n. -...
Does this include being able to reply with email? If not its gonna be a no go here, I'm on must 30+ email lists and having to click through to a forum just to...
52443
Hugh E Cruickshank
hugh@...
Feb 8, 2010 7:50 pm
From: Dav Glass Sent: February 8, 2010 11:29 ... Found it, thanks. This does not bode well for the coming week for me. Regards, Hugh -- Hugh E Cruickshank,...
Navigate to the forum you want to subscribe to, for example the DataTable forum: http://yuilibrary.com/forum/viewforum.php?f=90 ...
52441
Hugh E Cruickshank
hugh@...
Feb 8, 2010 7:16 pm
From: Eric Miraglia Sent: February 7, 2010 18:29 ... Hi Eric: Thanks for this information. I have registered with the new site but for the life of me I have...
Steve, Thanks for the question. You're right that we don't want to put up barriers to participation in the community. YUILibrary.com forums offer * OpenID...
If so that's v.bad don't have time to browse forums, as I suspect is the case for 90% of people here, so participation will drop dramatically. Would be sad to...
52437
Brendan Vogt
brendan.vogt@...
Feb 7, 2010 9:14 pm
Hi Eric, This mailing list is going to be discontinued and all future questions will be asked in the online forums? Brendan...
Sorry for the rash of spam that has been hitting YDN-JS this weekend. The offending members and messages have been purged from the group. I've closed the...
YDN-JavaScript was created more than four years ago, and over that time it's been the site of lively conversations about the YUI Library. The group has had its...
52403
m h
sesquile@...
Feb 6, 2010 5:25 am
Dav- I really appreciate your response. It mostly works! I say mostly because there is a bug that allows you to delete the final character of a yui-noedit...
This example shows how to do that: http://developer.yahoo.com/yui/examples/autocomplete/ac_fn_multfields.html -- Dav Glass davglass@... blog.davglass.com...
Matt -- First, you can change these lines: var calDate = ' <span class="date">' + (ev.calDate.getMonth() + 1) + '/' + ev.calDate.getDate() + '/' +...
52398
m h
sesquile@...
Feb 4, 2010 6:40 pm
Hey Folks- Forst thanks to the YUI devs for all their hard work. It is appreciated. I'd like to be able to (programmatically) insert a styled div into an RTE...
.yuimenubaritem is used for <li> tag. I cannot center it with text-align. The position of menuitems is controled with 'float39; property: 'float: left' move all...
I am not sure what effect you are looking for, but I thought it was text-align. Anyway, the best thing to do is to use the DOM to change the styles and see...
Thank for attention. The position of a menubaritem is controled by .yuimenubaritem { float: left; } so I can move menubaritems inside of menubar left or right...
As you've noticed, YUI controls are generously laced with classNames. With some sort of DOM inspector you need to find out what style applies to the elements...
Hi all, How can I center the menu items in a menubar? The code below center menubar items in browser's window and hides menubar <div id="naviagation"> <div...
There is also renderEvent, that had been there since the start, postRenderEvent is new, I never tried it myself but it should be closer to the end, as you...
I think that postRenderEvent is probably the closest to the end. ... I think that postRenderEvent is probably the closest to the end. El 02/02/2010 23:21,...
Hi. I know there exists onDomReady method, but is there a method which would tell me that YUI has finished rendering(not just ready in DOM) all of its...