I am trying to use the XHRDataSource with an AutoComplete widget. The DataSource is failing when instantiating the object. I stepped through the code and it is...
48226
josep.pijuan
Apr 30, 2009 6:54 am
Hi bill, I've searched in this forum and I've found something interesting, please visit these posts: An example:...
48227
Satyam
satyamutsa
Apr 30, 2009 7:18 am
If atreeview is your instance of TreeView, it doesn't have any removeListener method at all. Subscribing to an event doesn't replace the previous...
48228
Satyam
satyamutsa
Apr 30, 2009 7:22 am
I would check the dependencies, is Event loaded? Is it loaded just once? Are they loaded in the right order?...
48229
andy.petrella
Apr 30, 2009 9:07 am
Hi all, I'm trying to use the DataTable widget as the container for a form, so that for each field of the form I attach to corresponding cell editor (using the...
48230
mattatlamplight
Apr 30, 2009 9:47 am
Hi, I'm in a similar situation with Zend MVC and trying to integrate a bit with YUI. I've written some classes that start to do this: - an autocomplete form...
48231
razer2176
Apr 30, 2009 10:30 am
Hi again, I am digging through dt api right now trying to figure out how to use the myDataTable.insertColumn() Method. Szenario: I have a datatable with 12...
48232
nkwok
Apr 30, 2009 11:30 am
Satyam, removeListener() does work. Thanks ! Regards, Norman...
48233
Satyam
satyamutsa
Apr 30, 2009 12:05 pm
The column information is only used to show the data on the DataTable, the values for the column are not stored there and its removal and later insertion won't...
48234
razer2176
Apr 30, 2009 12:45 pm
But how can I get the column that was removed from the datatable previously and insert it back with the same values using the myDataTable.insertColumn()...
48235
Satyam
satyamutsa
Apr 30, 2009 12:55 pm
You can use getColumn to get the column information before removing it. You might also want to look into showColumn and hideColumn, perhaps that's all you...
48236
brapao75
Apr 30, 2009 12:58 pm
Hi, what is the best way to set the label width on tabview with orientation set to "left". Tabview Css set width at "6em". I can't change css, becouse other...
48237
razer2176
Apr 30, 2009 1:08 pm
Thats what i did before removing the column, i stored it in a variable using the getColumn Method. When i tried to insert this column again at a later point...
48238
Satyam
satyamutsa
Apr 30, 2009 1:40 pm
Perhaps you need to refresh the DataTable by calling method render() Satyam...
48239
razer2176
Apr 30, 2009 1:46 pm
I love you, really i do :) that fixed it, thanks alot Satyam :)...
48240
jr_searles
Apr 30, 2009 3:54 pm
Yes, that's what i initially thought so i verified that. All the dependencies are loaded in the same order as they are listed in the user guide. I am using the...
48241
Craig Anderson
craig34_99
Apr 30, 2009 4:44 pm
Hello All! I just completed quite the photo gallery implementation that makes use of the Carousel, Button, Menu and Pagination components. I began with the...
48242
xbruty
Apr 30, 2009 4:47 pm
I'm sorry but I can't upload the example to a server, but I uploaded the example file here. http://www.sendspace.com/file/bqe7uc ...
48243
Dav Glass
dav.glass
Apr 30, 2009 5:27 pm
I think this thread has your answer: http://tech.groups.yahoo.com/group/ydn-javascript/message/47539 Dav...
48244
mrokner
Apr 30, 2009 6:37 pm
I'm not sure how to explain this problem, but I'll do my best. I'm using the CodeCharge Studio IDE for development. It has a built-in wizard for including...
48245
Phil Dickson
istari88
Apr 30, 2009 7:46 pm
With 2.6.0 I have no problems with the treeView control, and it is great to have! But when I substitute the new 2.7 files it doesn't work at all. What am I...
I need to style my menu according to my clients design. I am looking for a list of styles that i will redefine for the sam skin and have not been able to find...
48248
D. Wayne Fincher
slowlychillin
Apr 30, 2009 8:35 pm
http://developer.yahoo.com/yui/menu/#skinref That should help you out. And I normally use Firebug + Firefox to get the combined style names. For instance,...
48249
jr_searles
Apr 30, 2009 8:38 pm
I figured it out. Thanks for the response. Josh...
48250
wrumsby
May 1, 2009 3:20 am
I'm aware of the YUI Charts Control, but based on the way our applications are deployed (i.e. inside corporate networks where IT policy might dictate that...
48251
Eric Miraglia
ericmiraglia
May 1, 2009 3:48 am
Rob, removeTab always requires a Tab instance; getTab always requires the index value. AFAIK, there is no public method for accessing a Tab based on the HTML...
48252
Eric Miraglia
ericmiraglia
May 1, 2009 3:51 am
wrumsby, I think what you want is Flot for YUI, created by YUI contributor Philip Tellis: http://github.com/bluesmoon/yui-flot/tree/master Regards, Eric...
48253
Eric Miraglia
ericmiraglia
May 1, 2009 4:00 am
Brapao, Try being more specific with your CSS rule, adding this to the page in addition to the default TabView CSS file: #myTabView .yui-navset...
48254
Phil Dickson
istari88
May 1, 2009 12:58 pm
... I have looked at the upgrade notes but doesn't say how to upgrade. It seems that just putting in new files (2.7) where the old ones (2.6) are would work...