TemplateManagerViewer

TemplateManagerViewer

new TemplateManagerViewer(options)

Source:
Parameters:
Name Type Description
options object
Properties
Name Type Description
_fs FSLibrary

Members

_debug :boolean

Source:
Type:
  • boolean

_env :Object.<string, any>

Source:
Type:
  • Object.<string, any>

_facebox :FaceboxTemplate

Source:
Type:

Methods

render(response, view, vars)

Source:
This:
Parameters:
Name Type Description
response SGAppsServerResponse
view TemplateManagerTemplate
vars Object.<string, any>

renderCode(code, vars, virtualFilePath, callback)

Source:
Parameters:
Name Type Description
code string
vars Object.<string, any>
virtualFilePath string
callback function