Up: Component summary Component

HTMLCombiner

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

Inputs

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

Outputs

Name Type Description
out HTML HTML site

Parameters

Name Type Default Description
bodyPar string "" additional text to body part
headPar string "" additional text to head part

Test cases

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=Parameter title,
bodyPar=

Parameter section

case2 (missing) head body script style (missing) (missing) (missing) (missing) (missing) out

Generated 2019-02-08 07:42:17 by Anduril 2.0.0