String widget, with a list of common shortcuts for action_url paths. More...
Public Member Functions | |
render ($obj, $token, $value) | |
Print widget. | |
Static Public Member Functions | |
static | validate ($obj, $token, $value) |
Validate and return widget's value. | |
Data Fields | |
$protocols | |
List of url shortcuts. |
String widget, with a list of common shortcuts for action_url paths.
actionurl_widget::$protocols |
array( '' => '', 'telnet://$HOSTADDRESS$' => 'telnet', 'http://$HOSTADDRESS$' => 'http', 'https://$HOSTADDRESS$' => 'https', 'ftp://$HOSTADDRESS$' => 'ftp', 'ssh://$HOSTADDRESS$' => 'ssh', 'rdp://$HOSTADDRESS$' => 'rdp', )
List of url shortcuts.