Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1317 → Rev 1318

/trunk/api/js/dojo/src/widget/templates/Textbox.html
New file
0,0 → 1,5
<span style='float:${this.htmlfloat};'>
<input dojoAttachPoint='textbox' dojoAttachEvent='onblur;onfocus'
id='${this.widgetId}' name='${this.name}'
class='${this.className}' type='${this.type}' >
</span>