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
@@ -177,6 +179,20 @@ The following decrease the current numerical values:
177
179
- -h: **Descrease Height** - Value: `Number`
178
180
- -v: **Descrease Value** - Value: `Number`
179
181
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
+
180
196
> 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.
181
197
182
198
> 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.
188
204
189
205
### Other
190
206
191
-
-_: **Execute script** - Value: `Script code`
207
+
-_: **Execute Script** - Value: `Script code`
192
208
- 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.)
0 commit comments