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 1251 to 1254

Definition

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

This article was last updated 5th May 2024 12:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.