Docs Goabase

Form
in package

Build form elements

Table of Contents

getAreaSubmitBox()  : string
Get's the submit button below textarea via page_diff_elements.tpl.php
getCheckbox()  : string
Zeigt eine Checkbox Weitere Parameter in dieser Reihenfolge: Text, Check, Value, CSS
getChecked()  : string
compares the first with the second and returns
getHidden()  : string
erzeugt ein <input type=hidden name=$name value=$val>
getHighlightField()  : string
hidden input id="hw" for the highlighting search words unset the session JsHighlight
getNavigation()  : string
Zeigt Seiten-Navigation
getOptions()  : string
Create options from an array
getOptionsCountry()  : string
Returns selectbox options of countries, country name by user language de/en
getRadio()  : string
Zeigt beliebig viele Radio-Buttons für values 0,1,2 etc
getRadioSingle()  : string
Zeigt eine Checkbox Weitere Parameter in dieser Reihenfolge: value, id, content, css, checked (true|false), title
getRadioWithLabel()  : string
Gets input type radio with css
getStatusMsg()  : string
Meldungen oben auf der Seite
getSubmit()  : string
Zeigt einen Submit-Button Checkbox Weitere Parameter in dieser Reihenfolge: Value, Css, title

Methods

getAreaSubmitBox()

Get's the submit button below textarea via page_diff_elements.tpl.php

public static getAreaSubmitBox([array<string|int, mixed> $change = [] ]) : string
Parameters
$change : array<string|int, mixed> = []
  • array of paras
Return values
string

getCheckbox()

Zeigt eine Checkbox Weitere Parameter in dieser Reihenfolge: Text, Check, Value, CSS

public static getCheckbox(string $strName) : string
Parameters
$strName : string

des Feldes

Return values
string
  • the checkbox

getChecked()

compares the first with the second and returns

public static getChecked( $strSQLVar,  $strHtmlVar) : string
Parameters
$strSQLVar :
$strHtmlVar :
Return values
string
  • ' checked="checked"' | ''

getHidden()

erzeugt ein <input type=hidden name=$name value=$val>

public static getHidden(string $name, string $val[, string $fieldID = '' ]) : string
Parameters
$name : string
$val : string
$fieldID : string = ''
Return values
string

getHighlightField()

hidden input id="hw" for the highlighting search words unset the session JsHighlight

public static getHighlightField([string $strWords = '' ]) : string
Parameters
$strWords : string = ''
Return values
string

getNavigation()

Zeigt Seiten-Navigation

public static getNavigation(array<string|int, mixed> $saNavi[, array<string|int, mixed> $saAtt = [] ]) : string
Parameters
$saNavi : array<string|int, mixed>

'nPos','nPosNext','nPosPrev','intAnzRow','nMaxRows'

$saAtt : array<string|int, mixed> = []

Suchattribute

dritter parameter: string $strTemplate

(hat seit 1998 überlebt)

Return values
string

param int $nPosNext naechste Position param int $nPosPrev vorherige Position param int $intAnzRow Anzahl aller Zeilen param int|string $nMaxRows maximale Anzahl Zeilen pro Seite

getOptions()

Create options from an array

public static getOptions([array<string|int, mixed> $saOption = [] ][, string $strSel = '' ][, bool $bDesc = false ]) : string
Parameters
$saOption : array<string|int, mixed> = []
$strSel : string = ''
$bDesc : bool = false
  • if true, the array-keys of saOption are the values and the array-value are the description
Return values
string
  • the options

getOptionsCountry()

Returns selectbox options of countries, country name by user language de/en

public static getOptionsCountry([array<string|int, mixed>|string $strSelected = '' ]) : string
Parameters
$strSelected : array<string|int, mixed>|string = ''
  • the pre selected value
Tags
throws
Exception
Return values
string
  • the options for the selectbox

getRadio()

Zeigt beliebig viele Radio-Buttons für values 0,1,2 etc

public static getRadio(string $strName) : string
Parameters
$strName : string

des feldes

nutzt func_get_vars [1]=$nCheck = '0', [2]=$strFlagText = ''

Return values
string
  • the radio buttons

getRadioSingle()

Zeigt eine Checkbox Weitere Parameter in dieser Reihenfolge: value, id, content, css, checked (true|false), title

public static getRadioSingle(string $strName) : string
Parameters
$strName : string

des Feldes

Return values
string
  • the checkbox

getRadioWithLabel()

Gets input type radio with css

public static getRadioWithLabel(array<string|int, mixed> $saLabel[, bool $bNewline = false ]) : string

Needed only if we have other values than integers (0,1,2..) or if we need a class or if we need another order

Otherwise @param array $saLabel - $saLabel[0] = array("id"=>"","name"=>"","value"=>"","checked"=>"","content"=>"");

Parameters
$saLabel : array<string|int, mixed>
$bNewline : bool = false
Tags
see
Form::getRadio()
Return values
string

getStatusMsg()

Meldungen oben auf der Seite

public static getStatusMsg() : string
Return values
string

getSubmit()

Zeigt einen Submit-Button Checkbox Weitere Parameter in dieser Reihenfolge: Value, Css, title

public static getSubmit([string $strName = '' ]) : string
Parameters
$strName : string = ''

des Buttons

Return values
string
  • the submit-button

Search results