Skip to content

Commit fe2f58d

Browse files
Update README.md
1 parent 504d128 commit fe2f58d

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,31 @@ The following decrease the current numerical values:
179179
- -h: **Descrease Height** - Value: `Number`
180180
- -v: **Descrease Value** - Value: `Number`
181181

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+
182204
### Fetch
183205

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 (`=`):
185207

186208
- @_: **Execute Script** - Value: `Script code`
187209
- @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
192214
- @di: **Minutes**
193215
- @ds: **Seconds**
194216
- @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`
195221

196222
> 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.
197223

0 commit comments

Comments
 (0)