Project Docs Github
Log in
ittf site docs concepts t wizzimodeldoms generation.html.ittf Edit
  • /ittf/site/docs/concepts/t/wizzimodeldoms/generation.html.ittf
  • /ittf/site/docs/concepts/t/section.html.ittf
  • /ittf/site/docs/t/high-code.html.ittf
  • /ittf/site/docs/t/to-plugin.html.ittf

/ittf/site/docs/concepts/t/wizzimodeldoms/generation.html.ittf (primary)

edit
                                            
1 $group
2 $
3 var sect = {
4 title: 'Wizzi Model DOMs generation'
5 };
6 section( §)
7 p Wizzi Model DOMs are generated calling the
8 high-code( generateModelDoms )
9 + method of an instance of the
10 high-code( wizzi.WizziFactory )
11 + class, instantiated with use of the ${}
12 to-plugin( wizzi-core )
13 span , ${}
14 to-plugin( wizzi-js )
15 span and ${}
16 to-plugin( wizzi-web )
17 span plugins.
18 ittf-panel
19 schema api
20 title The wizzi.WizziFactory.generateModelDoms method.
21 ittf
22 ...
23 m generateModelDoms
24 string wfschemaIttfDocumentUri
25 # The full path to the primary ITTF document of the `wfschema` declaration.
26 string outputPackagePath
27 # The full path of the package folder where the generated artifacts will be written
28 string wfschemaName
29 # The schema name, for composing the names of the generated artifacts
30 { mTreeBuildUpContext
31 # An object that will be the evaluation context object
32 # during the mTree processing of the `wfschema` ITTF document
33 callback
34 # Returns error or null

/ittf/site/docs/concepts/t/section.html.ittf

edit
                                            
1 $group
2 $params §
3 article
4 . doc-title
5 id ${sect.id}
6 + ${sect.title}
7 . doc-summary
8 $hook

/ittf/site/docs/t/high-code.html.ittf

edit
                                            
1 $group
2 $params text, kind|@@null
3 $if kind != 'nospace'
4 span ${} ${}
5 code
6 class highlight-code
7 + ${text}
8 $if kind != 'nospace'
9 span ${} ${}

/ittf/site/docs/t/to-plugin.html.ittf

edit
                                            
1 $group
2 $params name, kind|@@null
3 $
4 // var xname = kind != 'nospace' ? ' ' + name + ' ' : name
5 $if kind != 'nospace'
6 span ${} ${}
7 code
8 class highlight-code
9 a ${name}
10 href https://github.com/stfnbssl/wizzi.plugins/tree/main/packages/wizzi.plugin.${name}
11 target _blank
12 $if kind != 'nospace'
13 span ${} ${}
Save
Save & Refresh
Cancel