Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

config_text_field()

Description

Deprecated -- use config_text_input instead

Parameters

ColumnTypeDefaultDescription
$name
$label
$value
$size '30'

Location

include/plugin_functions.php lines 1256 to 1259

Definition

 
function config_text_field($name$label$value$size='30')
    {
    
config_text_input($name$label$valuefalse$size*10);
    }

This article was last updated 26th April 2024 12:05 Europe/London time based on the source file dated 18th April 2024 17:15 Europe/London time.