Naos_Application_State __construct(
)
|
|
Constructor
API Tags:
void closeDialog(
string
$moduleId, string
$dialogId
)
|
|
Closes an existing dialog instance (at the moment only supported via AJAX)
Parameters:
|
string |
$moduleId: |
module |
|
string |
$dialogId: |
dialog identifier |
API Tags:
void getCustomOperations(
)
|
|
API Tags:
void getDialogOperations(
)
|
|
Returns the set of created dialog actions
API Tags:
void getViewOutput(
$layout,
$view
)
|
|
Retrieves the view output for a layout and view
Parameters:
API Tags:
void getViewOutputOfLayout(
$layout
)
|
|
Retrieves the view output for a layout and view
Parameters:
API Tags:
void getViewState(
$layout,
$view
)
|
|
Retrieves the view state action for a layout and view
Parameters:
API Tags:
void openDialog(
string
$moduleId, string
$dialogId, string
$type, string
$position,
$output
)
|
|
Creates a new dialog instance (at the moment only supported via AJAX)
Parameters:
|
string |
$moduleId: |
module |
|
string |
$dialogId: |
dialog identifier |
|
string |
$type: |
available types: default, simple, tooltip |
|
string |
$position: |
available positions: center, mouse, lastlink |
|
Naos_View |
$output: |
dialog output |
API Tags:
void renderOutputObjects(
)
|
|
Renders collected output objects, e.g. view output or dialog output
API Tags:
void setLayout(
$layout
)
|
|
Parameters:
API Tags:
void setLocale(
$locale
)
|
|
Parameters:
API Tags:
void setMenuItem(
$menuItem
)
|
|
Parameters:
API Tags:
void setViewOutput(
$layout,
$view,
$output
)
|
|
Sets the view output for a layout and view
Parameters:
API Tags:
void setViewState(
$layout,
$view,
$node,
$module,
$controller,
$action,
$parameter
)
|
|
Sets the view state action for a layout and view
Parameters:
|
|
$layout: |
|
|
|
$view: |
|
|
|
$node: |
|
|
|
$module: |
|
|
|
$controller: |
|
|
|
$action: |
|
|
|
$parameter: |
|
API Tags:
void setXmlRequest(
$xmlRequest
)
|
|
Parameters:
API Tags:
void triggerCustomOperation(
$moduleId,
$type, [
$data = array()]
)
|
|
Parameters:
API Tags: