Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
|
|
|
Element |
Tag |
Super |
Flags |
item
|
item |
comment |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
item |
items |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
site
|
site |
comment |
|
Description
The root element of the site schema.
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
page |
pages |
one-to-many |
|
|
|
meta |
metas |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Methods
Signature |
Statements |
getDemosByPath
|
var ret;
foreach item in this.metas;
return [];
|
getCategoriesByPath
|
var ret;
foreach item in this.metas;
return [];
|
getLinksByPath
|
var ret;
foreach item in this.metas;
return [];
|
Element |
Tag |
Super |
Flags |
page
|
page |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
header |
|
one-to-one |
|
is-one-to-one |
|
footer |
|
one-to-one |
|
is-one-to-one |
|
meta |
metas |
one-to-many |
|
|
|
Element |
Tag |
Super |
Flags |
contextModel
|
context-model |
|
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
type |
type |
string |
string |
|
|
|
path |
path |
string |
string |
|
|
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
label |
label |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
markup |
|
one-to-one |
|
is-one-to-one |
|
meta |
metas |
one-to-many |
|
|
|
contextModel |
contextModels |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
category
|
category |
meta |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
label |
label |
string |
string |
meta |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
markup |
|
one-to-one |
meta |
is-one-to-one |
|
meta |
metas |
one-to-many |
meta |
|
|
contextModel |
contextModels |
one-to-many |
meta |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Methods
Signature |
Statements |
wzinitialize
log 'category.wzinitialize.name,categoryPath', this.wzName, this.categoryPath
|
set this.nameLower = this.wzName.toLowerCase();
var cpath = [this.nameLower];
var prn = this.wzParent;
while prn && prn.wzElement === 'category';
set this.categoryPath = cpath.join('/');
|
getDemos
|
var ret = [];
foreach item in this.metas;
return ret;
|
getCategories
|
var ret = [];
foreach item in this.metas;
return ret;
|
getLinks
|
var ret = [];
foreach item in this.metas;
return ret;
|
getDemosByPath
log 'category.getDemosByPath', path, this.categoryPath
|
if this.categoryPath === path;
else ;
|
getCategoriesByPath
|
if this.categoryPath === path;
else ;
|
getLinksByPath
|
if this.categoryPath === path;
else ;
|
Element |
Tag |
Super |
Flags |
demo
|
demo |
meta |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
label |
label |
string |
string |
meta |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
markup |
|
one-to-one |
meta |
is-one-to-one |
|
meta |
metas |
one-to-many |
meta |
|
|
contextModel |
contextModels |
one-to-many |
meta |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Methods
Signature |
Statements |
wzinitialize
log 'demo.wzinitialize.name,demoPath', this.wzName, this.demoPath
|
set this.nameLower = this.wzName.toLowerCase();
var cpath = [this.nameLower];
var prn = this.wzParent;
while prn && prn.wzElement === 'category';
set this.demoPath = cpath.join('/');
|
getUri
|
var sb = [ this.demoPath, '/index.html.ittf' ];
if this.contextModels.length > 0;
return sb.join('');
|
Element |
Tag |
Super |
Flags |
link
|
link |
meta |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
stars |
stars |
string |
string |
|
|
|
label |
label |
string |
string |
meta |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
markup |
|
one-to-one |
meta |
is-one-to-one |
|
meta |
metas |
one-to-many |
meta |
|
|
contextModel |
contextModels |
one-to-many |
meta |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
logo
|
logo |
headerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
navigation
|
navigation |
headerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
searchBar
|
searchBar |
headerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
memberLogin
|
memberLogin |
headerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Description
https://icons8.com/articles/website-footer-design/
https://mayvendev.com/blog/15-tips-for-creating-a-great-website-footer
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
copyright
|
copyright |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
newsletter
|
newsletter |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
press
|
press |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
siteMap
|
siteMap |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
termOfUse
|
termOfUse |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
aboutUs
|
aboutUs |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
seoKeywords
|
seoKeywords |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
miniGallery
|
miniGallery |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
awards
|
awards |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
popularRecent
|
popularRecent |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
callToAction
|
callToAction |
footerItem |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
footerItem |
footerItems |
one-to-many |
footerItem |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
panel
|
panel |
comment |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
panel |
panels |
one-to-many |
|
|
|
widget |
widgets |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
grid
|
grid |
panel |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
panel |
panels |
one-to-many |
panel |
|
|
widget |
widgets |
one-to-many |
panel |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
flex
|
flex |
panel |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
panel |
panels |
one-to-many |
panel |
|
|
widget |
widgets |
one-to-many |
panel |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
gridItem
|
grid-item |
panel |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
panel |
panels |
one-to-many |
panel |
|
|
widget |
widgets |
one-to-many |
panel |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
table
|
table |
panel |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
panel |
panels |
one-to-many |
panel |
|
|
widget |
widgets |
one-to-many |
panel |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
style
|
style |
comment |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
style |
styles |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
theme
|
theme |
style |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
style |
styles |
one-to-many |
style |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
color
|
color |
style |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
style |
styles |
one-to-many |
style |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
attribute
|
@ |
comment |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
markup
|
markup |
comment |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
|
|
|
class |
class |
string |
string |
|
|
|
title |
title |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
|
|
|
markup |
markups |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
div
|
div |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
p
|
p |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
span
|
span |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
ul
|
ul |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
li
|
li |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
a
|
a |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
href |
href |
string |
string |
|
|
|
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
h1
|
h1 |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
h2
|
h2 |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
h3
|
h3 |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
h4
|
h4 |
markup |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
id |
id |
string |
string |
markup |
|
|
class |
class |
string |
string |
markup |
|
|
title |
title |
string |
string |
markup |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
attribute |
attributes |
one-to-many |
markup |
|
|
markup |
markups |
one-to-many |
markup |
|
|
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
headline
|
headline |
widget |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
callToAction
|
callToAction |
widget |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
supportingImage
|
supportingImage |
widget |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
card
|
card |
widget |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Element |
Tag |
Super |
Flags |
image
|
image |
widget |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
src |
src |
string |
string |
|
|
|
title |
title |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
comment |
comments |
one-to-many |
comment |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
menuitem |
menuitems |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
comment |
|
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
url |
url |
string |
string |
|
|
|
title |
title |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
image |
|
one-to-one |
|
is-one-to-one |
|
comment |
comments |
one-to-many |
comment |
|
|