Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
input
checkbox.php
Go to the documentation of this file.
1
<?php
12
if
(isset(
$vars
[
'class'
])) {
13
$id
=
"class=\"{$vars['class']}\""
;
14
}
else
{
15
$id
=
''
;
16
}
17
18
if
(!isset(
$vars
[
'value'
])) {
19
$vars
[
'value'
] =
$vars
[
'name'
];
20
}
21
22
?>
23
24
<
input
type
=
"checkbox"
<?php
echo
$class
; ?>
name
=
"<?php echo $vars['name']; ?>"
value=
"<?php echo $vars['value']; ?>"
/>
$class
$class
Definition:
field.php:20
type
list style type
Definition:
admin.css.php:808
echo
elgg echo
Translates a string.
Definition:
languages.js:48
$vars
$vars['class']
Definition:
checkbox.php:24
name
$site name
Definition:
update_basic.php:22
input
elgg table input[type=checkbox]
Definition:
admin.css.php:404
$id
if(!$collection_name) $id
Definition:
add.php:17
Generated on Sat Dec 21 2024 00:01:05 for Elgg by
1.8.11