-
Notifications
You must be signed in to change notification settings - Fork 11
MOM CA: HTML intrastructure
GVogeler edited this page Dec 8, 2017
·
2 revisions
MOM-CA builds the HTML wireframe in several steps:
- core/app/xrx/widget.xqm creates the basic HTML in the function
widget:compile-widget
. This builds a HTML page by inserting the definitions from the -
widget-definitions (app//widget/.widget.xml). The widget definition inherits a definition via
xrx:inherits
(see inheritance in MOM-CA and defines its ownxrx:csss
,xrx:jss
,xrx:divs
. If it is a main widget it uses the wireframe in thehtml:body
as defined in<xrx:portal>
: -
portal includes CSS definitions in
xrx:csss
, JavaScript references inxrx:jss
inserted in the HTML head. Thexrx:view
definition defines the html-context of thexrx:mainwidget
.
In these steps the following general resources and layout/design principles are applied:
- jQuery
- ...
- ...