| Page 1 of 1 | [ 4 posts ] |
|
I'm having a rather odd issue here.
I'm trying to set up a ScrollingDataTable. I've got my DataSource defined and populated, and then I try to instantiate a new ScrollingDataTable, but it appears the constructor function YAHOO.widget.ScrollingDataTable doesn't exist! Looking in the Firebug console, YAHOO.widget.DataTable evalutates to a function(), but YAHOO.widget.ScrollingDataTable is undefined. I'm using YUI version 2.8.0r4. I'm importing the YUI libraries like this: Code: <script type="text/javascript" src="/plugins/yui/build/yahoo/yahoo-min.js"> </script> <script type="text/javascript" src="/plugins/yui/build/event/event-min.js"> </script> <script type="text/javascript" src="/plugins/yui/build/connection/connection-min.js"> </script> <script type="text/javascript" src="/plugins/yui/build/dom/dom-min.js"> </script> <script type="text/javascript" src="/plugins/yui/build/json/json-min.js"></script> <script type="text/javascript" src="/plugins/yui/build/datasource/datasource.js"></script> <script type="text/javascript" src="/plugins/yui/build/datatable/datatable.js"></script> Anyone have any ideas? Thanks! -Dan |
|
Both come defined in the very same file, you cannot load one and not the other.
Perhaps there is something that undefines it or got an old version of datatable.js mixed in your folders. Anyway, you might want to run the dependency configurator, I feel you might as well load utilities.js and spare you some download time, or at least yahoo-dom-event.js |
|
Aha! I had to load utilities.js. Thanks!
-dan |
|
Now I notice!
You were missing element.js amongst the dependencies. You didn't need to load utilities.js you might still load them all individually, but you had to load element. ScrollableDataTable didn't get defined because when loading datatable.js it produced an error because of the missing Element component and never got far enough to reach the SDT declaration. |
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group