Grokbase
Topics Posts Groups | in
x
[ help ]

?????? (to...@tom.com)

Profile | Posts (2)

User Information

Display Name:??????
Partial Email Address:to...@tom.com
Posts:
2 total
2 in Dojo Tookit

2 Most Recent

1) ?????? [Dojo-interest] how to redraw Tabs?
| +1 vote
I try to set the value of Tabs such as following code: <script> var subMenus =...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I try to set the value of Tabs such as following code:

<script>
var subMenus = [{"Link":"/aaa.do","Title":"title1"}];
var tabs = "";
for( var i=0;i<subMenus.length;i++ ){
tabs = tabs + "<a id=\"tab"+i+"\" dojoType=\"LinkPane\" href=\""+subMenus[i].Link+"\" refreshOnShow=\"true\">"+subMenus[i].Title+"</a>";
}
document.getElementById("mainTabContainer").innerHTML = tabs;  
</script>

It doesn't work, just show the text without applying css. How can I make the tabs dynamic? Thanks!




_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
2) ?????? [Dojo-interest] help,I need a demo of menu widget
| +1 vote
hi,all Who can kindly give me a demo of menu/menu2 widget? I can not visit www, only can use email...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
hi,all

Who can kindly give me a demo of menu/menu2 widget? I can not visit www, only can use email now.

Thanks and best regards!

weidy



_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest

spacer
Profile | Posts (2)
Home > People > ??????