...
Code Block |
---|
## @param Id:title=DIV ID|type=string|required=true|desc=DIV element ID ## @param Css:title=CSS Style|type=string|required=false|desc=CSS styles for this DIV container <div id="$paramId" #if(${paramCss})style="${paramCss}"#end> $body </div> |
In action below
Renders "Hello" in red colour with dashed border;
Html div | ||||
---|---|---|---|---|
| ||||
Hello |