зеркало из https://github.com/mozilla/pjs.git
Bug 348618, add attribute to hide spinbuttons of numberbox, r=neil
This commit is contained in:
Родитель
0b1b924fc9
Коммит
fb83681679
|
@ -18,7 +18,7 @@
|
|||
<html:input class="numberbox-input textbox-input" flex="1" anonid="input"
|
||||
xbl:inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly,tabindex,accesskey"/>
|
||||
</xul:hbox>
|
||||
<xul:spinbuttons anonid="buttons" xbl:inherits="disabled"
|
||||
<xul:spinbuttons anonid="buttons" xbl:inherits="disabled,hidden=hidespinbuttons"
|
||||
onup="this.parentNode._modifyUp();"
|
||||
ondown="this.parentNode._modifyDown();"/>
|
||||
</content>
|
||||
|
|
Загрузка…
Ссылка в новой задаче