[ 1 post ]

J O

  • Username: om_jop
  • Joined: Fri Mar 16, 2012 1:14 am
  • Posts: 11
  • GitHub: om_jop
  • Gists: om_jop
  • Offline
  • Profile

YUI complex example

Post Posted: Wed Apr 25, 2012 10:26 am
+0-
Hi,

Working on http://open-modeling.sourceforge.net
when I have this in my code it displays the table fine

<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.9.0/build/yahoo-dom-event/yahoo-dom-event.js&2.9.0/build/animation/animation-min.js&2.9.0/build/dragdrop/dragdrop-min.js&2.9.0/build/element/element-min.js&2.9.0/build/paginator/paginator-min.js&2.9.0/build/datasource/datasource-min.js&2.9.0/build/datatable/datatable-min.js"></script>

When I change it to this and the path to the files are correct. I end up with a blank page.

<script type="text/javascript" src="../include/yui_2.9.0/build/yahoo-dom-event/yahoo-dom-event.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/animation/animation-min.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/dragdrop/dragdrop-min.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/element/element-min.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/paginator/paginator-min.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/datasource/datasource-min.js" />
<script type="text/javascript" src="../include/yui_2.9.0/build/datatable/datatable-min.js" />

Thanks for help
John
  [ 1 post ]
Display posts from previous:  Sort by  
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