Combines a HTML page from parts
Version | 0.1 |
---|---|
Bundle | tools |
Categories | HTML |
Authors | Sirkku Karinen (sirkku.karinen@significo.fi) |
Issue tracker | View/Report issues |
Requires | Python |
Source files | component.xml combine.py |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
head | HTMLFile | Optional | HTML head content |
body | HTMLFile | Optional | HTML body content |
script | JavaScript | Optional | JavaScript file to the site |
style | StyleSheet | Optional | CSS style sheet |
headArray | Array<HTMLFile> | Optional | HTML head content |
bodyArray | Array<HTMLFile> | Optional | HTML body content |
scriptArray | Array<JavaScript> | Optional | JavaScript in array |
styleArray | Array<StyleSheet> | Optional | Style sheets in array |
subFolder | HTML | Optional | Sub folder to include to the web site |
Name | Type | Description |
---|---|---|
out | HTML | HTML site |
Name | Type | Default | Description |
---|---|---|---|
bodyPar | string | "" | additional text to body part |
headPar | string | "" | additional text to head part |
Test case | Parameters▼ | IN head |
IN body |
IN script |
IN style |
IN headArray |
IN bodyArray |
IN scriptArray |
IN styleArray |
IN subFolder |
OUT out |
---|---|---|---|---|---|---|---|---|---|---|---|
case1 | properties | head | body | script | style | headArray | bodyArray | scriptArray | styleArray | subFolder | out |
headPar= bodyPar= Parameter section |
|||||||||||
case2 | (missing) | head | body | script | style | (missing) | (missing) | (missing) | (missing) | (missing) | out |