supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''... lists or a ''-'' for ordered ones.
* This is a list
* The second item
* You may have different levels
* Another item
- The same list but ordered
- Another item
- Just use inden... deeper levels
- That's it
<code>
* This is a list
* The second item
* You may have different
script>
function init(){
//continent pulldown list
dojo.byId('continent').innerHTML="";
stor... on'});
function init(){
//continent pulldown list
dojo.byId('continent').innerHTML="";
stor
=== set selectedIndex value for dynamic drop-down list ======
動的に作成された**select object**のoptionを設定する方法を紹介... eywords>set selectedIndex Select Object drop-down list dojo}}
===== source code =====
今回のテストで使ったソースコードを