!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/wwwroot/frames/zebraforms/docs/HTMLForm_Controls/   drwxrwxr-x
Free 83.2 GB of 96.73 GB (86.02%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     HTMLForm_select.html (15.76 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Docs For Class HTMLForm_select
HTMLForm_Controls
[ class tree: HTMLForm_Controls ] [ index: HTMLForm_Controls ] [ all elements ]

Class: HTMLForm_select

Source Location: /includes/class.htmlform_select.php

Class Overview

xss_clean
   |
   --HTMLForm_control
      |
      --HTMLForm_select

Class for select box controls


Author(s):

Copyright:

  • (c) 2006 - 2008 Stefan Gabos

Methods


Inherited Variables

Inherited Methods

Class: HTMLForm_control

HTMLForm_control::disable_xss_filters()
Disables XSS filtering for the value of the control
HTMLForm_control::getAttributes()
Returns the values of requested HTML attributes of the control
HTMLForm_control::setAttributes()
Sets one or more HTML attributes of the control
HTMLForm_control::setRule()
Sets validation rules for the control

Class Details

[line 10]
Class for select box controls



Tags:

copyright:  (c) 2006 - 2008 Stefan Gabos
author:  Stefan Gabos <[email protected]>


[ Top ]


Class Methods


constructor HTMLForm_select [line 65]

void HTMLForm_select( string $controlID, [mixed $defaultValue = ''], [array $attributes = ''])

Inserts an HTML <select> control in the form

Do not instantiate this class directly!

Use HTMLForm::add() method instead!

  1.   /*
  2.   notice the use of the "&" symbol -> it's the way we can have a reference to the object in PHP4
  3.   */
  4.  
  5.   $obj $form->add('select''control_id''2');
  6.  
  7.   /*
  8.   "Spiders" will be selected by default as we specified that in the constructor
  9.   */
  10.   $obj->addOptions(array(' - select - ''Monsters''Spiders''Snakes'));




Parameters:

string   $controlID  

Unique name to identify the control in form

Note that control's ID attribute will be, by default, the same as the name attribute (with '[' and ']' trimmed, if found)! This means that this will be the name you will be using to refer to the control in the POST/GET superglobals, after the form has been submitted</i>


mixed   $defaultValue  

(Optional) Default selected option

This argument can also be an array in case you want to have multiple selected options (that, of course, if the select control has the "multiple" attribute set)


array   $attributes  

(Optional) an array of user specified HTML attributes valid for a select box control

Must be specified as an associative array of type attributeName => attributeValue

See HTMLForm_control::setAttributes() method to see how to set HTML attributes, other than through the class' constructor

Note that the following properties are automatically set and should not be altered manually:

id, name, class

If you don't use templates for the form's output but rather let the script automatically generate it for you, you may use a special attribute called "nobr" (used like "nobr" => true) which will instruct the script to not start a new line after the control having this attribute set, but place the next control on the same line



[ Top ]

method addOptions [line 118]

void addOptions( array $options)

Adds options to the select box control

note that, if the "multiple" attribute is not set, the first option will be always considered as the "nothing is selected" state of the control!

  1.       // option groups can be created like this:
  2.             $form->addOptions(array('group' => array(' - select - ''option 1''option 2')));




Parameters:

array   $options   An associative array of options where the key is the value of the option and the value is the actual text to be displayed for the option


[ Top ]


Documentation generated on Mon, 22 Sep 2008 11:03:17 +0300 by phpDocumentor 1.3.0RC6

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0042 ]--