项目

一般

简介

Dlg itemModel » 历史记录 » 版本 1

yangdefeng, 2022-05-25 18:37

1 1 yangdefeng
_*%{color:green}<itemModel:%*_
2
设置循环列表单元模板,给模板定义一组对话框命令编号列表。
3
4
5
标签:命令定义|dlg_itemModel
6
7
*格式*
8
|命令名   |参数1       |参数2         |参数3         |参数4        |
9
|itemModel|命令编号列表|预留参数(写-1)|预留参数(写-1)|单元宽,单元高|
10
11
*说明*
12
* 参数1: 对话框命令编号列表,参见以下编号清单。
13
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 以“,”分隔各位置的对话框命令
14
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 同一位置可能有多种命令,则以“|”分隔
15
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _举例_
16
** 参数1写作“3,7,1,7,1,1”表示模板依次包含对话框命令
17
_位置1 <img:
18
位置2 <itemShow:
19
位置3 <text:
20
位置4 <itemShow:
21
位置5 <text:
22
位置6 <text:_
23
** 参数1写作“3,1|3,1,7,1,3|1”表示模板依次包含对话框命令
24
_位置1 <img:
25
位置2 <text: 或者 <itemShow:
26
位置3 <text:
27
位置4 <itemShow:
28
位置5 <text:
29
位置6 <itemShow: 或者 <text:_
30
31
32
* 参数2: 预留参数(写-1)
33
34
* 参数3: 预留参数(写-1)
35
36
* 参数4: 单元宽,单元高
37
38
* 循环列表单元支持对话框命令编号清单
39
&nbsp;
40
|对话框命令名				|编号	|
41
|[[dlg_text_|<text:]]			|1	|
42
|[[dlg_img_|<img:]]			|3	|
43
|[[dlg_itemShow_|<itemShow:]]		|7	|
44
|[[dlg_itemShowEx_|<itemShowEx:]]	|8	|
45
|[[dlg_playModel_|<playModel:]]		|13	|
46
|[[dlg_playModelEx_|<playModelEx:]]	|14	|
47
|[[dlg_checkBox_|<checkBox:]]		|17	|
48
|[[dlg_progressBar_|<progressBar:]]	|18	|
49
|[[dlg_input_|<input:]]			|20	|