Semantic MediaWiki and related extensions
Public Member Functions | Static Public Member Functions | List of all members
SFS\SemanticFormsSelectInput Class Reference
Inheritance diagram for SFS\SemanticFormsSelectInput:
Inheritance graph
[legend]
Collaboration diagram for SFS\SemanticFormsSelectInput:
Collaboration graph
[legend]

Public Member Functions

 __construct ( $inputNumber, $curValue, $inputName, $disabled, $otherArgs)
 
 getResourceModuleNames ()
 
 getHtmlText ()
 
 getHTML ( $cur_value="", $input_name="", $is_mandatory, $is_disabled, Array $other_args)
 

Static Public Member Functions

static getName ()
 
static getParameters ()
 

Member Function Documentation

◆ getHTML()

SFS\SemanticFormsSelectInput::getHTML (   $cur_value = "",
  $input_name = "",
  $is_mandatory,
  $is_disabled,
Array  $other_args 
)

Returns the HTML code to be included in the output page for this input.

Deprecated:
use getHtmlText() instead
Parameters
string$cur_valueA single value or a list of values with separator
string$input_nameName of the input including the template, e.g. Building[Part Of Site]
$is_mandatory
$is_disabled
string[]$other_args Array of other field parameters
Returns
string

◆ getHtmlText()

SFS\SemanticFormsSelectInput::getHtmlText ( )

Returns the HTML code to be included in the output page for this input. This is currently just a wrapper for getHTML().

◆ getResourceModuleNames()

SFS\SemanticFormsSelectInput::getResourceModuleNames ( )

Loading modules this way currently fails with: "mw.loader.state({"ext.sf_select.scriptselect":"loading"});"


The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy