ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilCharSelectorRadioGroupInputGUI.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilCharSelectorRadioGroupInputGUI
extends
ilRadioGroupInputGUI
8
{
14
function
checkInput
()
15
{
16
global
$lng
;
17
if
(!parent::checkInput())
18
{
19
return
false
;
20
}
21
22
if
(
$_POST
[
'char_selector_availability'
] ==
ilCharSelectorConfig::ENABLED
23
and trim(implode(
$_POST
[
'char_selector_blocks'
])) ==
""
24
and trim(
$_POST
[
'char_selector_custom_items'
]) ==
''
)
25
{
26
$this->
setAlert
($lng->txt(
"char_selector_msg_blocks_or_custom_needed"
));
27
return
false
;
28
}
29
else
30
{
31
return
true
;
32
}
33
}
34
}
ilCharSelectorConfig\ENABLED
const ENABLED
Definition:
ilCharSelectorConfig.php:12
$_POST
$_POST['username']
Definition:
cron.php:12
ilCharSelectorRadioGroupInputGUI\checkInput
checkInput()
Additional check for either block or custom chars.
Definition:
class.ilCharSelectorRadioGroupInputGUI.php:14
ilCharSelectorRadioGroupInputGUI
Radio input for character seelctor definition.
Definition:
class.ilCharSelectorRadioGroupInputGUI.php:7
ilFormPropertyGUI\setAlert
setAlert($a_alert)
Set Alert Text.
Definition:
class.ilFormPropertyGUI.php:151
ilRadioGroupInputGUI
This class represents a property in a property form.
Definition:
class.ilRadioGroupInputGUI.php:33
$lng
global $lng
Definition:
privfeed.php:40
Services
UIComponent
CharSelector
classes
class.ilCharSelectorRadioGroupInputGUI.php
Generated on Mon Mar 31 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)