Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Save work. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | recover-doc-wip |
Files: | files | file ages | folders |
SHA3-256: |
70eb60b0b963ab2d0df153c148b38277 |
User & Date: | rolf 2020-01-27 23:42:46.439 |
Context
2020-02-26
| ||
01:31 | Merged from schema. check-in: 4895c780de user: rolf tags: recover-doc-wip | |
2020-01-27
| ||
23:42 | Save work. check-in: 70eb60b0b9 user: rolf tags: recover-doc-wip | |
2020-01-25
| ||
14:43 | Save work. check-in: 7a6bb5d975 user: rolf tags: recover-doc-wip | |
Changes
Changes to doc/schema.xml.
︙ | ︙ | |||
201 202 203 204 205 206 207 208 209 210 211 212 213 214 | false otherwise. If validation failed and the optional <m>objVar</m> argument is given, then the variable with that name is set to a validation error message. If the dom tree is valid and the optional <m>objVar</m> argument is given, then the variable with that name is set to the empty string. </desc> </commanddef> <commanddef> <command><method>delete</method></command> <desc>This method deletes the validation command.</desc> </commanddef> <commanddef> <command><method>info</method> <m>?args?</m></command> | > > > > > > > > > > > > > > | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | false otherwise. If validation failed and the optional <m>objVar</m> argument is given, then the variable with that name is set to a validation error message. If the dom tree is valid and the optional <m>objVar</m> argument is given, then the variable with that name is set to the empty string. </desc> </commanddef> <commanddef> <command><method>reportcmd</method></command> <desc>This method expects the name of a tcl command to be called in case of validation error. This command will be called with two arguments: the schema command, that is rasing the validation error, and an validation error code. The possible error codes are: <ul> <li> </li> </ul> </desc> </commanddef> <commanddef> <command><method>delete</method></command> <desc>This method deletes the validation command.</desc> </commanddef> <commanddef> <command><method>info</method> <m>?args?</m></command> |
︙ | ︙ |