The calendar widget in YUI (2.5.2) uses "Okay" instead of the proper form "OK" (consult your favorite style guide). This text is contained in the structure...
51482
r2b2_ry
Sep 3, 2009 8:40 am
Hello, I have this data which are shown in my line chart as two series (data is truncated for this example): [{"capex_per_capacity": 1800, "capacity": 1000,...
51481
Satyam
satyamutsa
Sep 2, 2009 9:03 pm
You would put that right before the line giving you the error so you can see what might have caused it. alert(o.responseText); var r =...
51480
shantek81
Sep 2, 2009 7:33 pm
thx all for the help! datatable is as pretty as ever now!...
51479
paolleta
Sep 2, 2009 4:49 pm
Hi again and thanks a lot for the quick reply. Sorry for the trivial question but what would a proper alert(o.responseText) for the inline cell edit example...
51478
Satyam
satyamutsa
Sep 2, 2009 4:36 pm
Terminal nodes have a different className assigned as those which do have children, see: http://developer.yahoo.com/yui/treeview/#style otherwise, one of the...
51477
YUIfan
avnishkhare2002
Sep 2, 2009 2:40 pm
Hi, I am generating nodes for my tree view dynamically from a JSON string. JSON string has folder names and file names. My problem is for file names the tree...
51476
juliebonniedaisy
juliebonnied...
Sep 2, 2009 2:31 pm
just go to webchat.freenode.net and join #yui. see you there....
51475
juliebonniedaisy
juliebonnied...
Sep 2, 2009 2:27 pm
o.responseText will return whatever your ajax page is told to return, if you just want a JSON string the just return only that such as my echo does at the...
51474
Satyam
satyamutsa
Sep 2, 2009 2:22 pm
If you are using Firefox with Firebug, you can start the debugger and see in the Net or Console tabs the communication in between your browser and the server....
51473
Satyam
satyamutsa
Sep 2, 2009 2:12 pm
The messages shown are stored in a series of configuration attributes such as this one for loading: ...
51472
paolleta
Sep 2, 2009 1:05 pm
Hi all, I am trying to implement the Inline cell editing based on Satyam's example found here http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/....
51471
tplau@...
tplau@ymail.com
Sep 2, 2009 7:13 am
Dear, I want to ask if it is possible to change the status of a datatable (such as loading, no records found.) My problem is, I have a page will show a...
51470
bahalul kabir
bahar_aub
Sep 2, 2009 6:37 am
Thanx Bill ,I have already done it. Regards, B K Â ________________________________ From: viruschidai <viruschidai@...> To:...
51469
viruschidai
Sep 2, 2009 5:06 am
Hi, You can set the number you like to display by setting the Autocomplete object's maxResultsDisplayed. example: var myAutoComp = new...
51468
Dav Glass
dav.glass
Sep 1, 2009 7:02 pm
That's browser functionality & there isn't a way to keep them from being resized.. Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. -...
51467
bretlevy
Sep 1, 2009 6:39 pm
If you want to just set all the attributes of the table, try something like this AFTER the YUI css is loaded: .yui-skin-sam .yui-dt-scrollable .yui-dt-bd...
51466
tripp.bridges
Sep 1, 2009 4:59 pm
YUI Charts do not include functionality for adding trendlines. You submit a feature request at yuilibrary.com. Tripp...
51465
Satyam
satyamutsa
Sep 1, 2009 10:31 am
When the DataTable starts piling up classNames it really gets hard to figure out which ones are active and how to override them. You are getting at the...
51464
Satyam
satyamutsa
Sep 1, 2009 10:28 am
Using children.length should be fine. There is getNodeCount but that counts all the descendants, not just the children but grandchildren and later...
51463
venkat_ee03
Sep 1, 2009 10:17 am
I am using YUI server side pagination using JSON. Now I wanted to sort the each page separately on clicking of the table header. I know I can do the sorting...
51462
r2b2_ry
Sep 1, 2009 10:00 am
Is there a way I can add a trendline to a chart similar to the feature in excel? Thanks !!...
51461
Asit Katiyar
asitkatiyar
Sep 1, 2009 5:28 am
Hi Luke, thanks for the response, the code snippet fixed my problem....
51460
kamran_zeropointian
kamran_zerop...
Sep 1, 2009 4:36 am
Hi all! I am using YUI's Tree View and want to get the number of children a node has.For that matter, I have created a tree with every node having at least one...
51459
hennends
Aug 31, 2009 10:04 pm
I want to be able to check if an element with a specific class exists inside the current editor selection. Does anyone know of a good way to do this? Thanks!...
51458
hennends
Aug 31, 2009 10:01 pm
I'd like to disable resizing on some specific images in the RTE. How can I do that?...
51457
aniad
Aug 31, 2009 6:23 pm
Any ideas on this? Thanks, Ania....
51456
shantek81
Aug 31, 2009 4:04 pm
Hi, New to yui. created a table that allows the columns to sort. added custom coloring to the rows and tableheader. the problem i'm having comes when i sort a...
51455
y_lsmith
Aug 31, 2009 3:43 pm
... I'm glad you like 3.0! Ticks were left out of the base Slider component in favor of using a plugin to add the functionality. I have some work done on this...
51454
Selvakumar.J
itzselvakumar
Aug 31, 2009 2:21 pm
Hi Nhat, We can show multiple panels/dialogs at same time. Pls refer the link below. http://developer.yahoo.com/yui/examples/container/overlaymanager.html ...