taobin_project/inter/aus/xml/event/promotion_template3.inc

48 lines
914 B
PHP
Raw Normal View History

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