Skip to content

Commit 504d128

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

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,15 @@ The following replaces the existing values:
117117
- vi: **Set Visible** - Value: `1 or 0`
118118
- ta: **Set Text Align** - Value: `Align`
119119
- sr: **Set Read Only** - Value: `1 or 0`
120+
- sf: **Set Focus** - Value: `1 or 0`
120121
- sd: **Set Disabled** - Value: `1 or 0`
121122
- mn: **Set Min Length** - Value: `Length`
122123
- mx: **Set Max Length** - Value: `Length`
123124
- ts: **Set Selected Value** - Value: `Value`
124125
- ti: **Set Selected Index** - Value: `Index`
125126
- ks: **Set Checked Value** - Value: `Value|1 or 0`
126127
- ki: **Set Checked Index** - Value: `Index|1 or 0`
128+
- cu: **Change Browser URL** - Value: `URL`
127129

128130
### Insert
129131

@@ -148,8 +150,8 @@ The following will remove the current values:
148150
- dv: **Delete Value** - Value: `1`
149151
- dc: **Delete Class** - Value: `Class`
150152
- ds: **Delete Style** - Value: `Style` (only the style name is entered without a value)
151-
- do: **Delete Option Tag** - Value: `Value`
152-
- dk: **Delete CheckBox Tag** - Value: `Value`
153+
- do: **Delete Option Tag** - Value: `Value or * (all tag)`
154+
- dk: **Delete CheckBox Tag** - Value: `Value or * (all tag)`
153155
- dl: **Delete Title** - Value: `1`
154156
- dt: **Delete Text** - Value: `1`
155157
- da: **Delete Attribute** - Value: `Attribute`
@@ -177,6 +179,20 @@ The following decrease the current numerical values:
177179
- -h: **Descrease Height** - Value: `Number`
178180
- -v: **Descrease Value** - Value: `Number`
179181

182+
### Fetch
183+
184+
The following values ​​are built-in functions that are placed after the equals character (`=`)
185+
186+
- @_: **Execute Script** - Value: `Script code`
187+
- @mr: **Random Number** - Value `Max number|Min number`
188+
- @dy: **Year**
189+
- @dm: **Month**
190+
- @dd: **Day**
191+
- @dh: **Hours**
192+
- @di: **Minutes**
193+
- @ds: **Seconds**
194+
- @dl: **Milliseconds**
195+
180196
> 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.
181197
182198
> Note: You can also use negative numbers in all indexes. This makes access to tags or values ​​to be read from the end.
@@ -188,11 +204,11 @@ In the example above, the last `li` tag is removed.
188204

189205
### Other
190206

191-
- _: **Execute script** - Value: `Script code`
207+
- _: **Execute Script** - Value: `Script code`
192208
- cd: **Cache** - Value: `Cache duration` (Specifies the cache duration in seconds. Inserting the (*) character instead of a numeric value creates a permanent cache.)
193-
- cs: **Session cache** - Value: `Cache duration` (Specifies the cache duration in seconds. This cache only works while the browser is active.)
194-
- rd: **Remove cache** - Value: `Cache key` (Deletes the cache based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
195-
- rs: **Remove session cache** - Value: `Cache key` (Deletes the cache session based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
209+
- cs: **Session Cache** - Value: `Cache duration` (Specifies the cache duration in seconds. This cache only works while the browser is active.)
210+
- rd: **Remove Cache** - Value: `Cache key` (Deletes the cache based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
211+
- rs: **Remove Session Cache** - Value: `Cache key` (Deletes the cache session based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
196212

197213
### Pre Runner
198214

0 commit comments

Comments
 (0)