This commit is contained in:
lxsang
2018-09-13 21:41:14 +02:00
parent aec5457a31
commit 5b6e68116b
3 changed files with 25 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<afx-button class= { btactive: selected }>
<button disabled={ enable == false } onclick="{ _onbtclick }" ref = "mybtn" >
<afx-button >
<button class= { btactive: selected } disabled={ enable == false } onclick="{ _onbtclick }" ref = "mybtn" >
<afx-label color = {color} icon={icon} iconclass = {iconclass} text = {text} ></afx-label>
</button>
<script>