contentbox.modules.contentbox-admin.handlers

Class pages

lucee.Component
    extended by contentbox.modules.contentbox-admin.handlers.baseHandler
      extended by contentbox.modules.contentbox-admin.handlers.baseContentHandler
        extended by contentbox.modules.contentbox-admin.handlers.pages

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage site pages

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any CKHelper


    • access = public
    • returntype = any
    • inject = id:CKHelper@contentbox-ckeditor
    true false
    any HTMLHelper


    • access = public
    • returntype = any
    • inject = HTMLHelper@coldbox
    true false
    any pageService


    • access = public
    • returntype = any
    • inject = id:pageService@cb
    true false
    Method Summary
    any bulkStatus([any event], [any rc], [any prc])
    any changeOrder([any event], [any rc], [any prc])
         Change order of pages.
    any clone([any event], [any rc], [any prc])
    any editor([any event], [any rc], [any prc])
    any editorSelector([any event], [any rc], [any prc])
    any export([any event], [any rc], [any prc])
         Export a page hierarchy.
    any exportAll([any event], [any rc], [any prc])
    any importAll([any event], [any rc], [any prc])
    any index([any event], [any rc], [any prc])
         Index.
    any pager([any event], [any rc], [any prc], [any authorID='all'], [any parent], [any max='0'], [any pagination='true'], [any latest='false'], [any sorting='true'])
    any pageTable([any event], [any rc], [any prc])
         Index page tables.
    any preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
         pre handler.
    any quickLook([any event], [any rc], [any prc])
    any remove([any event], [any rc], [any prc])
         Remove a page.
    any save([any event], [any rc], [any prc])
    any slugify([any event], [any rc], [any prc])
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseContentHandler
    getUserDefaultEditor
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler
    None
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    CKHelper

    property any CKHelper

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:CKHelper@contentbox-ckeditor
    serializable - true

    HTMLHelper

    property any HTMLHelper

    Attributes:
    access - public
    required - false
    returntype - any
    inject - HTMLHelper@coldbox
    serializable - true

    pageService

    property any pageService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:pageService@cb
    serializable - true

    Method Detail

    bulkStatus

    public any bulkStatus([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    changeOrder

    public any changeOrder([any event], [any rc], [any prc])

    Change order of pages

    Parameters:
    event
    rc
    prc
    Returns:
    json

    clone

    public any clone([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    editor

    public any editor([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    editorSelector

    public any editorSelector([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    export

    public any export([any event], [any rc], [any prc])

    Export a page hierarchy

    Parameters:
    event
    rc
    prc

    exportAll

    public any exportAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    importAll

    public any importAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    index

    public any index([any event], [any rc], [any prc])

    Index

    Parameters:
    event
    rc
    prc

    pager

    public any pager([any event], [any rc], [any prc], [any authorID='all'], [any parent], [any max='0'], [any pagination='true'], [any latest='false'], [any sorting='true'])

    Parameters:
    event
    rc
    prc
    authorID
    parent
    max
    pagination
    latest
    sorting

    pageTable

    public any pageTable([any event], [any rc], [any prc])

    Index page tables

    Parameters:
    event
    rc
    prc

    preHandler

    public any preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])

    pre handler

    Overrides:
    preHandler in class baseContentHandler
    Parameters:
    event
    action
    eventArguments
    rc
    prc

    quickLook

    public any quickLook([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    remove

    public any remove([any event], [any rc], [any prc])

    Remove a page

    Parameters:
    event
    rc
    prc

    save

    public any save([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    slugify

    public any slugify([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc