Hello there
I'm making a mistake somewhere, but where?
I want to hide combobox on mobile,
|
Quellcode
|
1
2
3
4
|
<action name="startup" autorun="onstart">
.........
tween(plugin[combobox].visible,false);
</action>
|
|
Quellcode
|
1
2
3
4
|
<action name="startup" autorun="onstart">
.........
tween(plugin[combobox].visible.mobile,false);
</action>
|
I would be glad if you can help.