ideawire_bb
7 Nov 2006, 9:19 AM
I'm very interested in the work you've done with the JS Tab Panel, but I've not been able to figure it out yet.
I began by downloading your source code from (http://www.jackslocum.com/yui/2006/08/26/a-javascript-tabpanel-for-yahoo-ui/) and downloading all the files to the appropriate location on the server. I've commented out the second panel to keep this example as simple as possible.
I have a single error which is preventing the UI from displaying:
"YAHOO is not defined"
Which I believe is a result of this line:
YAHOO.util.Event.on(window, 'load', initUI);
These are my includes:
<link>
<script>yahoo.js</script>
<script>dom.js</script>
<script>events.js</script>
<script>dragdrop.js</script>
<script>animation.js</script>
<script>connection-min.js</script>
<script>yui-ext.js</script>
<script>util.js</script>
Am I missing the proper util.js file? If so, where is it located?
Thanks in advance for any help offered.
I began by downloading your source code from (http://www.jackslocum.com/yui/2006/08/26/a-javascript-tabpanel-for-yahoo-ui/) and downloading all the files to the appropriate location on the server. I've commented out the second panel to keep this example as simple as possible.
I have a single error which is preventing the UI from displaying:
"YAHOO is not defined"
Which I believe is a result of this line:
YAHOO.util.Event.on(window, 'load', initUI);
These are my includes:
<link>
<script>yahoo.js</script>
<script>dom.js</script>
<script>events.js</script>
<script>dragdrop.js</script>
<script>animation.js</script>
<script>connection-min.js</script>
<script>yui-ext.js</script>
<script>util.js</script>
Am I missing the proper util.js file? If so, where is it located?
Thanks in advance for any help offered.