Beispiel #1
0
    def __init__(self,content='',callback=None,css=''):

        self.content  = tools.load_content(content) or content
        self.template = system.default_template
        self.callback = callback
        self.css      = css
        self.theme    = system.theme
        self.js       = ''
        self.head     = ''
        self.tail     = ''
Beispiel #2
0
    def __init__(self, content='', callback=None, css=''):

        self.content = tools.load_content(content) or content
        self.template = system.default_template
        self.callback = callback
        self.css = css
        self.theme = None
        self.js = ''
        self.head = ''
        self.tail = ''
        self.title = ''
        self.subtitle = ''
        self.search = None
        self.actions = None
        self.libs = OrderedSet()
        self.styles = OrderedSet()
Beispiel #3
0
    def __init__(self,content='',callback=None,css=''):

        self.content  = tools.load_content(content) or content
        self.template = system.default_template
        self.callback = callback
        self.css      = css
        self.theme    = None
        self.js       = ''
        self.head     = ''
        self.tail     = ''
        self.title    = ''
        self.subtitle = ''
        self.search   = None
        self.actions  = None
        self.libs     = OrderedSet()
        self.styles   = OrderedSet()