Skip to content

Commit f136a45

Browse files
Update README.md
1 parent 322f36a commit f136a45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here, the first two characters are `al`, which means adding a title, and then it
7373

7474
Action Controls are received in the form of an INI file format. In the first line of the response there is the word `[web-forms]` and each of the following lines is an action control.
7575

76-
The first two characters determine the action code. For example, things like adding styles and removing tags can be obtained from action codes. The first two letters stand for actions and indicate that an action must be performed.
76+
The first two characters determine the action code. For example, things like adding styles and removing tags can be obtained from action codes. Usually the first two letters stand for actions and indicate that an action must be performed.
7777

7878
After the first two letters, there are 6 status types that specify the tag. Then the equal character is placed and after that the values ​​are placed.
7979

@@ -179,6 +179,10 @@ The following decrease the current numerical values:
179179

180180
> 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.
181181
182+
### Other
183+
184+
- _: **Execute script** - Value: `Script code`
185+
182186
### Pre Runner
183187

184188
Pre Runners are added before Action Control values.

0 commit comments

Comments
 (0)