Jelix 1.6.40

jSelectorAct extends jSelectorActFast
in package

Generic Action selector

main syntax: "module~action@requestType". module should be a valid module name or # (#=says to get the module of the current request). action should be an action name (controller:method or controller_method). all part are optional, but it should have one part at least.

Tags
subpackage

core_selector

Table of Contents

$forUrl  : mixed
__construct()  : mixed
_createPath()  : mixed

Properties

Methods

__construct()

public __construct(string $sel[, bool $enableRequestPart = false ][, bool $toRetrieveUrl = false ]) : mixed
Parameters
$sel : string

the selector

$enableRequestPart : bool = false

true if the selector can contain the request part

$toRetrieveUrl : bool = false

true if the goal to have this selector is to generate an url

Tags
throws
jExceptionSelector
Return values
mixed

Search results