Hi experts, I've created a YUI Editor with the following code taken from the Editor samples: <textarea name="msgpost" id="msgpost" cols="50" rows="10">...
Hi Group, I'm fairly new to YUI and need to format a column from my row formatter. I looked into several YUI examples and could not find it. I want something...
Hi everyone, I am new bie on YUI. I am using connection manager for ajax call. I want to return an array from back end or server script. But I couldn't get...
Hi all! I would like to add a thing to the advanced image button in the YUI rich text editor. Where do I customize that? There is the URL field and I would...
I am working on converting an application that has a button that brings up an RTE to edit a text field that may ( probably will ) contain HTML-formatted text....
Hi all, I am looking for an example linking one data table to another. I have two scrolling data tables and I use XHRDataSource for both. In the first one, the...
This post is really about the update part of the CRUD solution but describes the delete and insert functions too. Having implemented CRUD on a datatable using...
hi every body i have 2 input in my form with autocomplete feature with YUI-2 library the problem is that : the second input is not hidde by the first when the...
Hi i want to create a contextmenu with yui menu widget.i run all these examples on yui menu page;but i do not find any example which i want.i want create a...
I'm looking at turning some of my code that I've created into some YUI3 modules, but I'm not sure how to start it out. The coding part is fine, just not sure...
Hi. This might be a newbie questions, but I really need an answer to them. 1) How do I get a hold of a particular cell? (I have all data in JSP, but I need a...
Hi , I have a datatable with textbox cell editor. Data in the cell sometimes spans over multiple lines, and when i click on it the textbox cell editor pops up...
Dear all: Datatable shows some hints such as "Loading", "No data" and "Data error" ,etc. Well, how to show these hints in different language? Thanks. Best...
I am using Inline Cell Editing with DataTable to update values in a database. I am considering using asyncSubmitter to send the new data to the server in...
I've set up a button with a click handler, but it's never called... I've tried using the "onclick" option as well as the button.on() method. Any ideas? This is...
Hi I am new to yui... and I am using yui2.7 and created a datatable A for which there are 2 columns add and delete. my columns are tableA[0].id ,tableA[0].name...
1.i just finish the search on the YDN group for this question,but i do not get the answer i want.my question is:Almost all YUI(yui2) widgets have the method...
In IE8 I get the following error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. I get this...
Hi, I'm trying to put an inline editable table inside a YAHOO.widget.Dialog. If the dialog is a modal dialog, the editor is coming up for each cell but i am...
Wondering about performance of charting in YUI 2.7: We have a line chart with 12 data series. It draws in about 3 seconds on Firefox, 4 seconds in IE8, and 15...
I have a bevy of controls and tabs on a system administration panel, and I'm using the DataTable for the e-mail log. Well, the entire page resizes a bit...
Hi, I have developed a data grid with inline celleditors and it is awefully slow in IE7 and it really is a pain using it. The number of columns is 23 ( 15 non...
Hi, Trying to replace the content of a button's menu from an event inside of another button menu was unsuccessful. I create the 2 menus like below. var...
I am using the autocomplete on an input field. But is it showing under other elements in ie6 and 7. It works fine in ie8 and firefox. I have set the...
Hi, I'd like to create a MenuBar in which the subMenu's within each menu are driven by a connection manager callback function. My experience with YUI isn't...
I've got a DataTable use case in which I want to insert an additional row in the table header (to use for filtering). Each cell in this row contains an...
Hi All, I have a requirement in such a way that in need to show a simple treeview structure in datatable cell. so for this i am trying to display it with in a...
Is it possible to augment the ContainerEffect widget without adding code directly into the source? I want to add a ContentEffect.RESIZE, but have been unable...