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
The above example is the same as the previous example, except that it is executed after 10 seconds.
299
303
304
+
### Index
305
+
306
+
The following items are related to multiple answers:
307
+
308
+
- #: **Start Index** - Value: `{Name}`
309
+
310
+
### Enable
311
+
312
+
The following items enable and disable some features:
313
+
314
+
- ew: **Enable WebSocket** - Value: `@ (for enable once) or 1 or 0`
315
+
316
+
### Use
317
+
318
+
The following items determine the use of some features:
319
+
320
+
- uw: **Use WebSocket** - Value: `path`
321
+
300
322
## Define the tag
301
323
302
324
After the first two characters, there are 6 status types that define the tag:
@@ -308,7 +330,7 @@ After the first two characters, there are 6 status types that define the tag:
308
330
- Based on `query`: Identifies the tag based on the `query`. The query string is placed after the (`*`) character , and then the character (`=`) is placed after it. If there are equal characters (`=`) in the query value, they should be replaced by `$[eq];` string.
309
331
- Based on `query all`: It applies to multiple tags and identifies tags based on "query". The query string is placed after the (`[`) character , and then the character (`=`) is placed after it. If there are equal characters (`=`) in the query value, they should be replaced by `$[eq];` string.
310
332
311
-
> Note: By default, the indexes of the `name`, `class name`, and `tag name` are set to `0`.
333
+
> Note: By default, the es of the `name`, `class name`, and `tag name` are set to `0`.
312
334
313
335
Example: Action control with the value `de<li>=1` is not different from the value `de<li>0=1`.
314
336
@@ -382,7 +404,7 @@ bc<body>=green
382
404
383
405
Multiple-Responses is a useful feature in WebFormsJS that allows us to send multiple related responses in a single server response. The multi-response feature is a functionality similar to a JavaScript file that contains multiple offline functions (things that are not requested from the server).
384
406
385
-
In multiple-responses, action controls are separated by a `#` character. To execute the response, we need to add the `#` character and the index to the end of the path.
407
+
In multiple-responses, action controls are separated by a `#` character. To execute the response, we need to add the `#` character and the to the end of the path.
0 commit comments