Hi kennyth01, I am trying to do similar thing as yours and was wondering if you found the way to do so. Please reply. Thanks Aashay...
49258
Satyam
satyamutsa
Jun 2, 2009 3:03 pm
I don't think you would need this at all since DataSource is already a factory that can deliver any of the other specific DataSources. Pre-2-7, there was only...
49259
Eric Miraglia
ericmiraglia
Jun 2, 2009 4:21 pm
Isaac, TableHound appears to be built using YUI 2.3.1, which is a couple of years old, as well as Prototype 1.5.0. Obviously it also uses Google Maps. You may...
49260
Eric Miraglia
ericmiraglia
Jun 2, 2009 4:24 pm
Caxton, Do you have a URL you can point people to? -Eric...
49261
juliebonniedaisy
juliebonnied...
Jun 2, 2009 4:27 pm
I figured it out. close: false gets rid of the close button and causes proper tab order // Instantiate the Insert dialog YAHOO.mydialog.container.dialog1 =...
49262
Dav Glass
dav.glass
Jun 2, 2009 4:51 pm
Then you just need to track the items that you don't want to be dragged and not create the drag on mouseover. Dav ... -- Dav Glass davglass@... ...
49263
phanindra valluri
phanindra16
Jun 2, 2009 5:01 pm
Hi All... I am using text box in my datatable. How can i retrieve data from the text box when i click on a button which is present in same row of my datatable....
49264
dcarpeneto
Jun 2, 2009 5:18 pm
Hiya - I use treeview in singleNodeHighlight mode, and it's convenient for me to sometimes access _currentlyHighlighted. Obviously not a smart thing to do on...
49265
Satyam
satyamutsa
Jun 2, 2009 5:25 pm
Nope your code below would not work. If you were using the TextboxCellEditor then it would. Then you would not even need to have the extra column with the...
49266
Satyam
satyamutsa
Jun 2, 2009 5:47 pm
There is an easy way to find out: myTree.getNodeByProperty('highlightState39;,1); This works both for single and multiple highlighted nodes, instead of using...
49267
xixbenjaminxix
Jun 2, 2009 5:47 pm
I need to pass check box information in a form using the YUI Treeview. I've set up to use the TaskNodes per the example on...
49268
illiphilli
Jun 2, 2009 5:53 pm
Hey all, When doing crossfades like in a slideshow for example, I've noticed that when the opacity style attribute is applied to an element containing text,...
49269
phanindra valluri
phanindra16
Jun 2, 2009 5:59 pm
thanks satyam for your reply... one more doubt... when i use textboxcelleditor then i would click on the cell by using my mouse to get cell editor pop up. Is...
49270
Dav Glass
dav.glass
Jun 2, 2009 6:35 pm
You might want to try setting a background color on the element being animated. It's a pretty well known issue with IE: ...
49271
theblargoner
Jun 2, 2009 6:42 pm
Hi, You'll want to first render the Calendar normally so that the user can select dates. At the point when you've determined dates have been selected (for...
49272
Todd Kloots
toddkloots
Jun 2, 2009 6:49 pm
"rolfsf" - Did you try using Button's "menuclassname" configuration attribute? ...
49273
Todd Kloots
toddkloots
Jun 2, 2009 6:57 pm
George - Regarding your first question: The "menu" attribute can only be set once. You change the menu by swapping out its content as illustrated in the...
49274
Todd Kloots
toddkloots
Jun 2, 2009 7:01 pm
Greg - The resize monitor iframe doesn't wrap the entire content of the page. It is just inserted as the first child of the body and is used for being able to...
49275
scott.skow@...
scott.skow...
Jun 2, 2009 7:08 pm
Hey guys, Found myself a glitch in the yui when using Safari. When using ScrollingDataTables in a panel that is hidden. When the panel is shown and then hidden...
49276
inna_work
Jun 2, 2009 7:23 pm
Thank you for the idea. The data that comes in is "no". In column formatters I explicitly set the value of the cell to "". if (oData == "no") { ...
49277
Satyam
satyamutsa
Jun 2, 2009 7:49 pm
No, the formatter just formats the data in the RecordSet for the user to see. All operations are done with the Data as stored in the Recordset. Imagine if you...
49278
Satyam
satyamutsa
Jun 2, 2009 7:55 pm
You can call showCellEditor which accepts several different ways of pointing to a cell: ...
49279
Craig Taylor
ctalkobt1
Jun 2, 2009 8:03 pm
I've searched but been unable to find any implementations of a Velocity templating library that would provide implementations for generation & usage of the YUI...
49280
jss_cw
Jun 2, 2009 8:12 pm
This is a question closely related to the example provided by Yahoo! with creating custom nodes. (Example provided:...
49281
Todd Kloots
toddkloots
Jun 2, 2009 8:26 pm
Hernan - Something things to note while moving from YUI Menu 2.2 to YUI 2.7: 1. Markup format change: The markup format used by Menu did undergo a change as of...
49282
inna_work
Jun 2, 2009 8:29 pm
Thank you for a clear explanation of RecordSet usage, very helpful. Using parser instead of formatter has fixed the sort issue. Thanks, Inna...
49283
Todd Kloots
toddkloots
Jun 2, 2009 8:29 pm
The "showdelay" configuration property only applies to a Menu or MenuBar instance's submenus. - Todd...
49284
Todd Kloots
toddkloots
Jun 2, 2009 8:38 pm
Charles - The Menu "goes away" because Menu instances, unlike MenuBar instances, are hidden by default. You can make your Menu instance visible by default by...
49285
Todd Kloots
toddkloots
Jun 2, 2009 8:48 pm
Here's how you would set up the page: http://yuiblog.com/sandbox/yui/v270/examples/menu/example-02.html - Todd...
49286
daniel.ldoyle
Jun 2, 2009 8:57 pm
Hi there, I seem to be running into a snag when trying to create a chart where all the values are between 0 and 1. It starts to render it, the Y-axis labels...