Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12955
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 51810 - 51842 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
51810 nagaraj
manne_swiss Send Email
Oct 1, 2009
8:07 am
i even tried to write like this in myRequestBuilder: var myRequestBuilder = function(opage, oSelf) { opage = opage || {pagination:null, sortedBy:null}; var...
51811 shantek81 Send Email Oct 1, 2009
3:34 pm
NOTE: tt.cfg.getProperty(xy) returns x with a value of 6 and the y coordinate with the correct value based on positioning. seems the problem may be in the...
51812 shantek81 Send Email Oct 1, 2009
3:38 pm
NOTE: tt.cfg.getProperty(xy) returns x with a value of 6 and the y coordinate with the correct value based on positioning. seems the problem may be in the...
51813 r_bryan_kane Send Email Oct 1, 2009
9:11 pm
Hello all, I'm having a problem with the pie chart (I'm now using YUI 2.8.0r4 but I had this before). When the categoryField data has many items (e.g. 10+),...
51814 hagitelk Send Email Oct 2, 2009
10:26 am
Thanks for the response. This idea will work, but the problem is that the user will have to click the cell in order to know if it is editable or not, which is...
51815 Satyam
satyamutsa Send Email
Oct 2, 2009
12:30 pm
Editable cells have the className yui-dt-editable assigned to them. You can define a style for those, see: http://www.satyam.com.ar/yui/widgetstyles.html The...
51816 tripp.bridges Send Email Oct 2, 2009
2:16 pm
Please post a repro case (link or full source code) so that I can troubleshoot. I am unable to reproduce this issue by adding multiple categoryFields. Thanks, ...
51817 Colm Aengus
colmaengusmu... Send Email
Oct 2, 2009
2:19 pm
Hi, I'm trying to draw a chart which contains data on a weekly and montly basis. The montly series will therefore have gaps in the data. This works fine except...
51818 tripp.bridges Send Email Oct 2, 2009
3:45 pm
By default, if there is missing or null data for a data point, no line is drawn between the points before and after the bad data. A dashed line will be drawn...
51819 Colm Aengus Murphy
colmaengusmu... Send Email
Oct 2, 2009
4:44 pm
Hi Tripp, You da man. Works like a charm. Regards Colm A tripp.bridges wrote: By default, if there is missing or null data for a data point, no line is drawn...
51820 David
davidfealkoff Send Email
Oct 2, 2009
8:16 pm
Having a little problem. I want to limit the number of images to 1, in a text document. I've written a function ('setImageIcon()') which looks for the...
51821 Dav Glass
dav.glass Send Email
Oct 2, 2009
8:41 pm
Try the toolbarLoaded event: myEditor.on('toolbarLoaded', setImageIcon); ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most...
51823 David Fealkoff
davidfealkoff Send Email
Oct 3, 2009
7:02 am
The error went away after I removed the parentheses following setImageIcon, however, it appears that I am still disabling the button too early.  I put an...
51824 Anushka
thabit139a1@... Send Email
Oct 3, 2009
9:28 am
Considering for getting an Online Education Degree?? What should you know before getting enrolled in online education?? What programs are best for you? We have...
51825 vino_gallantguy Send Email Oct 3, 2009
1:49 pm
Hi Members, I have been working with yui for few months now. But am new to this group. A very road block in my dev work with yui datatable forced me into this...
51826 Satyam
satyamutsa Send Email
Oct 3, 2009
3:05 pm
... I would push into an array an object representing each of the changes in response to editorSaveEvent: var myStack = []; myDataTable.on('editorSaveEvent&#39;,...
51827 Dav Glass
dav.glass Send Email
Oct 3, 2009
4:16 pm
It's actually working as expected, you also need to listen to the afterNodeChange event on the Editor since a NodeChange resets the buttons states. Dav ... -- ...
51828 ibbby21 Send Email Oct 3, 2009
4:26 pm
I am using a layout manager(Top, left, center). Resizing is enabled on the left unit. I have a textarea element in the center unit. The resize handle of the...
51829 Dav Glass
dav.glass Send Email
Oct 3, 2009
6:53 pm
Try turning on the useShim option: http://developer.yahoo.com/yui/docs/YAHOO.widget.LayoutUnit.html#config_useShim var layout = new YAHOO.widget.Layout(&#39;', { ...
51831 Robert
kajvin5601 Send Email
Oct 4, 2009
1:19 pm
I'm new use YUI stuff, I have basic skill to javascript. I use Dreamweaver SC4 and xhtml 1.0 transitional I will use the YUI calendar to select from a...
51832 cgimarko Send Email Oct 5, 2009
11:26 am
I am using yui panels with bubbling to provide the ability to minimize the panel. If I include a tabs within the panel, the tabs are not getting hidden when I...
51833 m_nhk Send Email Oct 5, 2009
2:52 pm
I'm rendering the loading bar as pages are loaded and have used the YUI example for this (YAHOO.widget.Panel). I now want to implement a PopUp Dialog...
51834 kantti
antti.kauppinen@... Send Email
Oct 5, 2009
6:27 pm
Hello, Have you managed to fix this problem? We are using treeview with checkboxes but we dont's use ajax. Although tree is built dynamically. Problem seems to...
51835 Arunkumar Puppala
arunkumarpup... Send Email
Oct 5, 2009
7:16 pm
Hi all, Is there a way that we can have error bounds in the yui charts? If yes, Can you please let me know. Thanks Arun...
51836 ibbby21 Send Email Oct 5, 2009
7:26 pm
Hi Dave, Thank you for your answer. useShim is helping a little bit, but the problem that remains is that the layout manager does not resize when, I drag and...
51837 Dav Glass
dav.glass Send Email
Oct 5, 2009
8:34 pm
That usually indicates an Error on the page. Try loading a JS debugger to trap the error.. Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows:...
51838 prash_monte Send Email Oct 6, 2009
9:11 am
Hi, Is it possible to add an id to the anchor tag of each menu item in the YUI menu bar? This is required for automated testing of my website. Thanks in...
51839 prash_monte Send Email Oct 6, 2009
9:13 am
Hi, Just a little more clarification. I am creating the menu bar using JSON and Javascript. Regards, Prashant...
51841 Daniel
ikaro751 Send Email
Oct 6, 2009
5:09 pm
Hello: I'm posting a multiselect list, before sending it I select all the options. However, setForm doesn't send this field to the Server side script used to ...
51842 prash_monte Send Email Oct 6, 2009
5:57 pm
Hi All, In my page, in addition to the YUI menubar I also have a Yahoo.widget.Panel. When I rollover a menu item, the drop down that appears is partially...
Messages 51810 - 51842 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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