taobin_project/xml/event/promotion_template1.inc

49 lines
939 B
PHP
Raw Normal View History

2023-05-31 15:06:34 +07:00
<Button>
<X> 42 </X>
<Y> 520 </Y>
2023-06-23 11:16:21 +07:00
<State> BigButtonEnable </State>
2023-05-31 15:06:34 +07:00
<Filename>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
Else
Var return = ###normal_thai
EndIf
)
</Filename>
<FilenamePress>
eval(
If show_eng = "true" Then
2023-05-31 22:13:06 +07:00
Var return = ###press_eng
2023-05-31 15:06:34 +07:00
Else
Var return = ###press_thai
EndIf
)
</FilenamePress>
<FilenameDisable>
eval(
If show_eng = "true" Then
Var return = ###disable_eng
Else
Var return = ###disable_thai
EndIf
)
</FilenameDisable>
<EventOnClick>
###EventOnClick
</EventOnClick>
</Button>
<EventUnitTest1>
Var BigButtonEnable = "Enable"
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>