33 $this->lng = $DIC->language();
34 parent::__construct($a_title, $a_postvar);
44 $this->value = $a_value;
74 $this->checkunused = $a_user_id;
94 $this->autocomplete_disabled = (bool) $a_value;
145 $a_tpl->setCurrentBlock(
"prop_login");
146 $a_tpl->setVariable(
"POST_VAR", $this->
getPostVar());
147 $a_tpl->setVariable(
"ID", $this->
getFieldId());
149 $a_tpl->setVariable(
"SIZE", $this->
size);
150 $a_tpl->setVariable(
"MAXLENGTH", $this->maxlength);
154 " disabled=\"disabled\"" 158 $a_tpl->setVariable(
"AUTOCOMPLETE",
"autocomplete=\"off\"");
161 $a_tpl->setVariable(
"REQUIRED",
"required=\"required\"");
163 $a_tpl->parseCurrentBlock();
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static _loginExists($a_login, $a_user_id=0)
check if a login name already exists You may exclude a user from the check by giving his user id as 2...
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
Set page orientation and size