Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
input
email.php
Go to the documentation of this file.
1
<?php
6
$vars
[
'class'
] =
'elgg-input-email'
;
7
$vars
[
'type'
] =
'email'
;
8
9
$attrs
=
elgg_format_attributes
(
$vars
);
10
11
echo
"<input $attrs>"
;
$attrs
$attrs
Definition:
email.php:9
echo
elgg echo
Translates a string.
Definition:
languages.js:43
elgg_format_attributes
elgg_format_attributes(array $attrs=array())
Converts an associative array into a string of well-formed attributes.
Definition:
output.php:118
$vars
$vars
Definition:
email.php:24
Generated on Sat Dec 21 2024 00:00:36 for Elgg by
1.8.11