Skip to content

Commit d44f621

Browse files
Update README.md
1 parent f789c33 commit d44f621

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ bc<body>=green
334334

335335
> Note: When a request is made with WebFormJS, a header with the name `Post-Back` and the value `true` is also sent to the server. Therefore, it is easy to determine the response approach on the server.
336336
337-
## PostBack and GetBack method
337+
## PostBack and GetBack and TagBack method
338338

339339
`PostBack` and `GetBack` are two methods in WebFormsJS.
340340

@@ -369,3 +369,14 @@ Example2:
369369
The above method puts the data received from the server inside a tag or `MyTagId` id.
370370

371371
> Note: Examples 1 and 2 for the `GetBack` method also have the same function.
372+
373+
`TagBack` method renders the action control of a web-forms tag.
374+
375+
Example:
376+
377+
`TagBack ("(my-class)-1")`
378+
The above method renders the action control of the last web-forms tag whose class name is my-class.
379+
380+
Example web-forms tag
381+
382+
`<web-forms class="my-class" ac="bc<body>=red"></web-forms>`

0 commit comments

Comments
 (0)