taobin_project/xml/event/promotion_template3.inc

47 lines
913 B
PHP
Raw Normal View History

2023-06-23 12:45:40 +07:00
<Button>
<X> 42 </X>
2024-03-05 17:35:54 +07:00
<Y> 518 </Y>
2023-10-14 09:04:22 +07:00
<State> BigButtonEnable </State>
<Filename>
2024-10-08 12:49:38 +07:00
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</Filename>
2024-10-08 12:49:38 +07:00
<FilenamePress>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenamePress>
2024-10-08 12:49:38 +07:00
<FilenameDisable>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenameDisable>
2024-10-08 12:49:38 +07:00
<EventOnClick>
###EventOnClick
2023-10-14 09:04:22 +07:00
2023-06-23 12:45:40 +07:00
</EventOnClick>
</Button>
<EventUnitTest1>
2024-10-08 12:49:38 +07:00
Var BigButtonEnable = "Enable"
2023-06-23 12:45:40 +07:00
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
2025-01-23 12:12:36 +07:00
</EventUnitTest2>