content
Defines the app's starting page in the top-level web assets directory. The default value is index.html, which customarily appears in a project's top-level www
directory.
Attributes(type) Only for platform: | Description |
---|---|
src(string) |
Required Defines the app's starting page in the top-level web assets directory. The default value is index.html, which customarily |
appears in a project's top-level www
directory.
Examples:
<widget ...> <content src="startPage.html"></content> </widget>
Please login to continue.