pnForm
[ class tree: pnForm ] [ index: pnForm ] [ all elements ]

Class: pnFormURLInput

Source Location: /system/pnForm/plugins/function.pnformurlinput.php

Class Overview

pnFormPlugin
   |
   --pnFormStyledPlugin
      |
      --pnFormTextInput
         |
         --pnFormURLInput

URL input for pnForms


Methods


Inherited Variables

Inherited Methods


Class Details

[line 33]
URL input for pnForms

The URL input plugin is a text input plugin that only allows URLs to be posted.

You can also use all of the features from the pnFormTextInput plugin since the URL input inherits from it.

A valid URL must contain a protocol prefix ("http:" for instance)




[ Top ]


Class Methods


method create [line 41]

void create( &$render, &$params)



Overrides pnFormTextInput::create() (parent method not documented)

Parameters:

   &$render  
   &$params  

[ Top ]

method getFilename [line 35]

void getFilename( )



Overrides pnFormTextInput::getFilename() (Get filename for this plugin)

[ Top ]

method validate [line 51]

void validate( &$render)



Overrides pnFormTextInput::validate() (parent method not documented)

Parameters:

   &$render  

[ Top ]


Documentation generated on Fri, 18 Jul 2008 21:46:01 +0200 by phpDocumentor 1.4.1