Hello, I searched the group but couldn't find this answer. When is google chrome expected to be supported a grade ? I did not see any reference to this in the...
Hi, I have a line chart with a year statistic. There are two points for each day on it. I don't wont to display all of the labels on the axis. Are there any...
The following code creates a simple Bar chart with 4 horizontal bars. It does what I expect when I initialize the salesData DataSource from the mysales...
We are using layout manager. Inside the layout there is a menu, which can create dialogs via panels. In one of the layout's panes we have a flex widget. If...
Hello, Does YUI, or its supporting APIs, support XML signature validation? I'm looking for a way to validate an XML signature on the client. One way would be...
I posted this a little while ago with no response. I am hoping someone figured out the issue or there is a fix in the repository maybe? But it is still firing...
Hi, I am trying to make a div draggable using yui dragdrop utility. i am following the example given in the site here is my code for it i added following files...
Hi, Are there any examples anywhere of using DataTable.getPreviousTrEl(), ideally within a formatRow function? I'm currently trying var summaryOptions = { ...
Hello, I have an XML which looks like: <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Body> <dataResponse> <data> <body> <record...
Hello everyone! I stumbled upon the "Animation along curved path" page, and I must say that it's very interesting. Now, I wanted to make a (closed) path that...
I'm trying to get data from a text data source and I receive a data error. I've been trying for hours how to figure this out. Any thoughts? Here is my data, ...
Is it possible to do local filtering with Autocomplete for a Datatable? The Datatable with Autocomplete example is requesting new data-- can Autocomplete be...
I am using this sample : http://developer.yahoo.com/yui/examples/datatable/dt_dynamicdata.html Paginator is not working and there are no errors. Styles...
Hi All, I want to trap the even when there is no record found and then set a message. Don't know how to do it. Thanks, Sachin var myCustomFormatter =...
i have a xml which brings in the product informtaion and the image location for the product example <result> <prodid>12</prodid> <prodname>Pen Drive</prodname>...
I'm just starting to learn YUI... and I'm really impressed with the whole thing. I'm not really an RIA developer but I do want to start learning more about it,...
Hello All, Our current live website is : http://www.lifeinlines.com The new version, using YUI is here: http://new.lifeinlines.com login : guest, password :...
I've looked at basic local data example on http://developer.yahoo.com/yui/examples/autocomplete/ac_basic_array.html and noticed that results can have two...
Hi. I'm a new YUI user and I'm doing my first tries with the TabView tool. I've read the documentation for YUI loader and then I did an example using it with...
(The search server is busy at the moment so I can't look for related topics... apologies in advance) I am using YUI Dialogs to gather user input in the usual...
HI, I have seen so many YUI Datatable examples. In each example, I can see the return statement with datasource and datatable. I tried with the examples...
I am having some trouble using the script loader and the menubar together when rendering from existing HTML. Example is here: http://tinyurl.com/aslwjm The...
Hi, Is it possible for the headers of a datatable to modifiable? i.e. I want to change the column headers based on some value. Example: Header1 Header2 Header3...
I have created a slideshow using YUI based on some others on the web and have a legend that animates from opacity 1 to 0 and vice versa as the slides change. ...
Hi, I have a tabview where the content of the tabs are loaded dynamically. The content contains some active elements within a form. When the content is loaded...
hi, how can i get the current cursor position of rte? i want add some text on current cursor position on click event of a toolbar= button. is it possible? i am...