Grokbase
Topics Posts Groups | in
x
[ help ]

??????? ????????? (khal...@msm.ru)

Profile | Posts (2)

User Information

Display Name:??????? ?????????
Partial Email Address:khal...@msm.ru
Posts:
2 total
2 in Dojo Tookit

2 Most Recent

1) ??????? ????????? [Dojo-interest] Selection of OPTION tag in DOJO::Tree does not work in IE
| +1 vote
Here is sample code: <div id="testnode"> <div dojoType="Tree" widgetId="testTree"> <div...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Here is sample code:

<div id="testnode">
<div dojoType="Tree" widgetId="testTree">
  <div dojoType="TreeNode" title='Scenary 1' isFolder="true">
   <div dojoType="TreeNode" title='<select name=t1><option 
value=1>one</option><option value=2
selected="selected">two</option></select>'></div>
   <div dojoType="TreeNode" title='<select name=t2><option 
value=1>one</option><option value=2
selected=selected>two</option></select>'></div>
   <div dojoType="TreeNode" title='<select name=t3><option 
value=1>one</option><option value=2 selected>two</option></select>'></div>
  </div>
</div>
</div>

When it's loaded under Opera or Firefox - all the "two" elements are
selected. But it's not true in IE. Do you have any ideas?

_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
2) ??????? ????????? [Dojo-interest] Dynamically html creation from template
| +1 vote
Is there any convinient "dojo-style" ways to create html from template? For example: Here is...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Is there any convinient "dojo-style" ways to create html from template? For
example:

Here is template div:

<div id=div_template style="display:none">
Field1: <span id=fld1>field1 value</span> <br>
Field2: <span id=fld2>field2 value</span> <br>
Field3: <span id=fld3>field3 value</span>
</div>

I want to create multiple divs with variant values of field values.

Of course, there is a common solutions via getElementByID(), innerHTML
e.t.c. but I'm interesting in dojo-style methods. Thank you

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

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