Dev flags

This commit is contained in:
Ivan Shalganov
2014-04-09 18:03:49 +04:00
parent 61816e76bc
commit 777e315dce
9 changed files with 191 additions and 34 deletions

View File

@@ -298,17 +298,18 @@ Outputs
{/foreach}
```
### Tag's compile options
### Tag options
| name | code | type | description |
| ------- | ---- | ----- | ------------ |
| strip | s | block | |
| atrim | a | any | |
| raw | r | any | |
| btrim | b | any | |
| ignore | i | block | |
| ltrim | l | any | |
| rtrim | r | any | |
| trim | t | any | |
| raw | a | any | |
| escape | e | any | |
| ignore | i | block | |
```smarty
{script:s:a:r:b:i:t} ... {/script}
{script:ignore} ... {/script}
```