taobin_project/xml/event/promotion_template2.inc

50 lines
934 B
PHP
Raw Normal View History

2023-06-16 15:33:37 +07:00
<Button>
<X> 42 </X>
2024-03-05 17:35:54 +07:00
<Y> 518 </Y>
2024-02-07 18:24:42 +07:00
<State> BigButtonEnable </State>
<Filename>
2023-06-16 15:33:37 +07:00
eval(
If show_eng = "true" Then
Var return = ###normal_eng
Else
Var return = ###normal_thai
EndIf
)
</Filename>
<FilenamePress>
eval(
If show_eng = "true" Then
2024-02-07 18:24:42 +07:00
Var return = ###normal_eng
2023-06-16 15:33:37 +07:00
Else
2024-02-07 18:24:42 +07:00
Var return = ###normal_thai
2023-06-16 15:33:37 +07:00
EndIf
)
</FilenamePress>
<FilenameDisable>
eval(
If show_eng = "true" Then
2024-02-07 18:24:42 +07:00
Var return = ###normal_eng
2023-06-16 15:33:37 +07:00
Else
2024-02-07 18:24:42 +07:00
Var return = ###normal_thai
2023-06-16 15:33:37 +07:00
EndIf
)
</FilenameDisable>
<EventOnClick>
2024-03-05 17:35:54 +07:00
###EventOnClick
2023-06-16 15:33:37 +07:00
</EventOnClick>
2024-02-07 18:24:42 +07:00
2023-06-16 15:33:37 +07:00
</Button>
<EventUnitTest1>
Var BigButtonEnable = "Enable"
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>