Skip to content

Commit 1f6ba92

Browse files
Update README.md
1 parent ef98d80 commit 1f6ba92

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,17 @@ In the example above, the `My text string` is placed inside the third `li` tag w
203203

204204
## Web-Forms tag
205205

206-
WebFormsJS allows you to create web-forms tags on pages. The web-forms tags must have one of the src and ac attributes or both of them.
207-
The ac attribute has the Action Controls value. Action Controls in this tag are separated by $ string.
206+
WebFormsJS allows you to create `web-forms` tags on pages. The web-forms tags must have one of the `src` and `ac` attributes or both of them.
207+
208+
The `ac` attribute has the Action Controls value. Action Controls in this tag are separated by `$[sln];` string.
208209

209210
Example:
210211

211-
`<web-forms ac="nt<body>=div|MyDivTag$[sln];shMyDivTag=500px$[sln];swMyDivTag=500px$[sln];→2)bci24=violet></web-forms>`
212+
`<web-forms ac="nt<body>=div|MyDivTag$[sln];shMyDivTag=500px$[sln];swMyDivTag=500px$[sln];→2)bci24=violet"></web-forms>`
213+
214+
Note: The value of the `ac` attribute must not contain the double-quote character (`"`), and the string `$[dq];` must be used instead.
212215

213-
The src attribute takes the value of a URL path. WebFormsJS calls the URL contained in the src attribute and puts the URL response inside the same web-forms tag. You can also set the width and length attributes in the web-forms tag.
216+
The `src` attribute takes the value of a URL path. WebFormsJS calls the URL contained in the src attribute and puts the URL response inside the same web-forms tag. You can also set the `width` and `height` attributes in the web-forms tag.
214217

215218
Example:
216219

0 commit comments

Comments
 (0)