i even tried to write like this in myRequestBuilder: var myRequestBuilder = function(opage, oSelf) { opage = opage || {pagination:null, sortedBy:null}; var...
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...
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...
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+),...
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...
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...
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, ...
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...
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...
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...
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...
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@...
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...
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...
... I would push into an array an object representing each of the changes in response to editorSaveEvent: var myStack = []; myDataTable.on('editorSaveEvent39;,...
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 ... -- ...
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...
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;', { ...
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...
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...
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@...
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...
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...
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:...
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...
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 ...
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...