Skip to content

Commit ef98d80

Browse files
Update README.md
1 parent 75673df commit ef98d80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,21 @@ Example:
201201

202202
In the example above, the `My text string` is placed inside the third `li` tag which is inside the first `ul` tag, and the ul tag itself is a tag inside the tag whose class is equal to the value of `my-class`.
203203

204+
## Web-Forms tag
205+
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.
208+
209+
Example:
210+
211+
`<web-forms ac="nt<body>=div|MyDivTag$[sln];shMyDivTag=500px$[sln];swMyDivTag=500px$[sln];→2)bci24=violet></web-forms>`
212+
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.
214+
215+
Example:
216+
217+
`<web-forms src="/page/header.aspx"></web-forms>`
218+
204219
## Responding
205220

206221
WebFormsJS has a different approach to responding to the first page request in the browser and AJAX requests when the page is already loaded and the user makes a request.

0 commit comments

Comments
 (0)