@@ -106,7 +106,7 @@ The following items are added to the available amount:
106
106
- al: ** Add Title** - Value: ` Title `
107
107
- at: ** Add Text** - Value: ` Text ` (string value ` $[ln]; ` it replaces by ` \n ` character)
108
108
- pt: ** Add Text To Up** - Value: ` Text ` (string value ` $[ln]; ` it replaces by ` \n ` character)
109
- - aa: ** Add Attribute** - Value: ` Attribute|Value `
109
+ - aa: ** Add Attribute** - Value: ` Attribute|{ Value} `
110
110
- nt: ** Add Tag** - Value: ` TagName|Id `
111
111
- ut: ** Add Tag To Up** - Value: ` TagName|Id `
112
112
- bt: ** Add Tag Before This Tag** - Value: ` TagName|Id `
@@ -124,7 +124,7 @@ The following replaces the existing values:
124
124
- sk: ** Set Checked** - Value: For input with checked type ` 1 or 0 ` - For any tags ` Value|Text|1 or 0 `
125
125
- sl: ** Set Title** - Value: ` Title `
126
126
- st: ** Set Text** - Value: ` Text ` (string value ` $[ln]; ` it replaces by ` \n ` character)
127
- - sa: ** Set Attribute** - Value: ` Attribute|Value `
127
+ - sa: ** Set Attribute** - Value: ` Attribute|{ Value} `
128
128
- sw: ** Set Width** - Value: ` Width `
129
129
- sh: ** Set Height** - Value: ` Height `
130
130
- bc: ** Set Background Color** - Value: ` Color `
@@ -157,7 +157,7 @@ The following items are added only if there are no pre-existing values:
157
157
- ik: ** Insert CheckBox Tag** - Value: ` Value|Text|1 or 0 `
158
158
- il: ** Insert Title** - Value: ` Title `
159
159
- it: ** Insert Text** - Value: ` Text ` (string value ` $[ln]; ` it replaces by ` \n ` character)
160
- - ia: ** Insert Attribute** - Value: ` Attribute|Value `
160
+ - ia: ** Insert Attribute** - Value: ` Attribute|{ Value} `
161
161
162
162
### Delete
163
163
@@ -458,7 +458,7 @@ Example:
458
458
</form >
459
459
```
460
460
461
- ## PostBack and GetBack and TagBack method
461
+ ## PostBack and GetBack and TagBack method and WebSocketBack
462
462
463
463
` PostBack ` and ` GetBack ` are two methods in WebFormsJS.
464
464
@@ -504,3 +504,11 @@ The above method renders the action control of the last web-forms tag whose clas
504
504
Example web-forms tag
505
505
506
506
` <web-forms class="my-class" ac="bc<body>=red"></web-forms> `
507
+
508
+ ` WebSocketBack ` method creates a WebSocket connection along the path of the passed argument.
509
+
510
+ Example:
511
+
512
+ ` WebSocketBack("/YourURL") `
513
+
514
+ The above method creates a WebSocket connection to the path "/YourURL".
0 commit comments