You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,9 +179,31 @@ The following decrease the current numerical values:
179
179
- -h: **Descrease Height** - Value: `Number`
180
180
- -v: **Descrease Value** - Value: `Number`
181
181
182
+
### Save
183
+
184
+
The following items are temporarily stored and deleted after being called.
185
+
186
+
-@gi: **Save Id** - Value: `Key`
187
+
-@gn: **Save Name** - Value: `Key`
188
+
-@gv: **Save Value** - Value: `Key`
189
+
-@ge: **Save Value Length** - Value: `Key`
190
+
-@gc: **Save Class** - Value: `Key`
191
+
-@gs: **Save Style** - Value: `Key`
192
+
-@gl: **Save Title** - Value: `Key`
193
+
-@gt: **Save Text** - Value: `Key`
194
+
-@gg: **Save Text Length** - Value: `Key`
195
+
-@ga: **Save Attribute** - Value: `Key|Attribute`
196
+
-@gw: **Save Width** - Value: `Key`
197
+
-@gh: **Save Height** - Value: `Key`
198
+
-@gr: **Save Read Only** - Value: `Key`
199
+
-@gx: **Save Selected Index** - Value: `Key`
200
+
-@ta: **Save Text Align** - Value: `Key`
201
+
-@nl: **Save Child Nodes Length** - Value: `Key`
202
+
-@vi: **Save Visible** - Value: `Key`
203
+
182
204
### Fetch
183
205
184
-
The following values are built-in functions that are placed after the equals character (`=`)
206
+
The following values are built-in functions that are placed after the equals character (`=`):
185
207
186
208
- @_: **Execute Script** - Value: `Script code`
187
209
-@mr: **Random Number** - Value `Max number|Min number`
@@ -192,6 +214,10 @@ The following values are built-in functions that are placed after the equa
192
214
-@di: **Minutes**
193
215
-@ds: **Seconds**
194
216
-@dl: **Milliseconds**
217
+
-@cs: **Sessioc Cache** - Value `Key|Replacement value`
218
+
-@cl: **Sessioc Cache Then Delete It** - Value `Key|Replacement value`
219
+
-@cd: **Cache** - Value `Key|Replacement value`
220
+
-@ct: **Cache Then Delete It** - Value `Key|Replacement value`
195
221
196
222
> Note: Action controls are executed sequentially; if an action control decides to change an `id` attribute from a tag, subsequent action controls cannot perform actions with the previous `id` attribute.
0 commit comments