actionurl_widget Class Reference

String widget, with a list of common shortcuts for action_url paths. More...

Inheritance diagram for actionurl_widget:
base_widget

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.

Detailed Description

String widget, with a list of common shortcuts for action_url paths.


Field Documentation

actionurl_widget::$protocols
Initial value:
 array(
                '' => '',
                'telnet://$HOSTADDRESS$' => 'telnet',
                'http://$HOSTADDRESS$' => 'http',
                'https://$HOSTADDRESS$' => 'https',
                'ftp://$HOSTADDRESS$' => 'ftp',
                'ssh://$HOSTADDRESS$' => 'ssh',
                'rdp://$HOSTADDRESS$' => 'rdp',
        )

List of url shortcuts.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 7 May 2013 for nacoma by  doxygen 1.6.1