Class Banana.PageTemplate
Extends
Banana.Page.
- Methods borrowed from class Banana.Page:
- addDataSet, clearControl, clearIds, getApplication, getContentPlaceHolder, getDataSet, getPageTemplate, hideLoader, initializeControl, initRender, isValid, onWindowResize, recursiveRegisterEvents, recursiveUnRegisterEvents, recursiveUpdateDisplay, remove, removeControl, removeDataSets, renderControl, rerender, setApplication, setContentPlaceHolder, setPageTemplate
- Methods borrowed from class Banana.Controls.Panel:
- getTagName
- Methods borrowed from class Banana.UiControl:
- addControl, addCss, addCssClass, getAttribute, getAttributes, getClientId, getCss, getCssClass, getDimensions, getHtml, getHtmlAttributes, getState, getStyle, getStyleProperty, hasCssClass, registerEvents, removeAttribute, removeCssClass, removeState, setAttribute, setClientId, setCss, setEnabled, setState, setStyle, setVisible, switchCssClass, triggerEvent, unregisterEvents
- Methods borrowed from class Banana.Control:
- applyToChildren, bind, clear, findControl, generateUniqueId, getControls, getDomEventTypes, getFirstUiControl, getId, getPage, getParent, getProxy, hasBind, invalidateDisplay, onPreInvalidateContents, render, setId, setPage, setParent, unbind, unload, updateDisplay
Defined in: PageTemplate.js.
Class Detail
Banana.PageTemplate()
Creates a page template. A page template is no different from a page. By default banana pages are loaded inside a page template. You might create your own page template with navigation buttons on top and a center where your pages are getting inserted and maybe a footer with some info.
Method Detail