Element |
Tag |
Super |
Flags |
wftest
|
wftest |
|
|
Description
The root tag of the test schema.
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
table |
tables |
one-to-many |
|
|
|
site |
sites |
one-to-many |
|
|
|
Element |
Tag |
Super |
Flags |
site
|
site |
|
|
Description
The root element of the site schema.
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
kind |
kind |
string |
one |
|
|
restrict
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
item |
items |
one-to-many |
|
|
|
Methods
Signature |
Statements |
getMenus
log 'wizzimodel site this.menus', this.menus
|
if !this.menus;
return this.menus;
|
getMenu
log 'wizzimodel site menu', name, menu
|
var menu = _.find(this.getMenus(), { wzName: name });
return menu;
|
Element |
Tag |
Super |
Flags |
item
|
item |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
item |
items |
one-to-many |
|
|
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
href |
href |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
item |
items |
one-to-many |
item |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
item |
items |
one-to-many |
item |
|
|
Element |
Tag |
Super |
Flags |
table
|
table |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
tableColumm |
tableColumms |
one-to-many |
|
|
|
Element |
Tag |
Super |
Flags |
tableColumm
|
c |
|
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
type |
type |
string |
string |
|
|
|