LimeSurvey API - Master branch

InputWidget extends CInputWidget
in package

Table of Contents

Properties

$attachContent  : string
$htmlOptions  : array<string|int, mixed>
$isAttached  : bool
$isImportant  : bool
$value  : string
$wrapperHtmlOptions  : array<string|int, mixed>

Methods

init()  : mixed
renderInput()  : mixed
Renders the button
run()  : mixed
setDefaultOptions()  : mixed

Properties

$attachContent

public string $attachContent = ''

string that should contain valid html list for bootstrap component. Only used when not empty and isAttached is true

$htmlOptions

public array<string|int, mixed> $htmlOptions = []

html options

$isAttached

public bool $isAttached = \false

if the attach is displayed.

$isImportant

public bool $isImportant = \false

if button should behave as dropdown true or false

$value

public string $value = ''

the value of the input

$wrapperHtmlOptions

public array<string|int, mixed> $wrapperHtmlOptions = []

html options

Methods

renderInput()

Renders the button

public renderInput() : mixed

setDefaultOptions()

private setDefaultOptions() : mixed

        
On this page

Search results