@@ -106,7 +106,7 @@ The following items are added to the available amount:
106106- al: ** Add Title** - Value: ` Title `
107107- at: ** Add Text** - Value: ` Text ` (string value ` $[ln]; ` it replaces by ` \n ` character)
108108- 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} `
110110- nt: ** Add Tag** - Value: ` TagName|Id `
111111- ut: ** Add Tag To Up** - Value: ` TagName|Id `
112112- bt: ** Add Tag Before This Tag** - Value: ` TagName|Id `
@@ -124,7 +124,7 @@ The following replaces the existing values:
124124- sk: ** Set Checked** - Value: For input with checked type ` 1 or 0 ` - For any tags ` Value|Text|1 or 0 `
125125- sl: ** Set Title** - Value: ` Title `
126126- 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} `
128128- sw: ** Set Width** - Value: ` Width `
129129- sh: ** Set Height** - Value: ` Height `
130130- bc: ** Set Background Color** - Value: ` Color `
@@ -157,7 +157,7 @@ The following items are added only if there are no pre-existing values:
157157- ik: ** Insert CheckBox Tag** - Value: ` Value|Text|1 or 0 `
158158- il: ** Insert Title** - Value: ` Title `
159159- 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} `
161161
162162### Delete
163163
@@ -458,7 +458,7 @@ Example:
458458</form >
459459```
460460
461- ## PostBack and GetBack and TagBack method
461+ ## PostBack and GetBack and TagBack method and WebSocketBack
462462
463463` PostBack ` and ` GetBack ` are two methods in WebFormsJS.
464464
@@ -504,3 +504,11 @@ The above method renders the action control of the last web-forms tag whose clas
504504Example web-forms tag
505505
506506` <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