Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
input
text.php
Go to the documentation of this file.
1
<?php
6
$vars
[
'class'
] =
'elgg-input-text'
;
7
$vars
[
'type'
] =
'text'
;
8
9
$attrs
=
elgg_format_attributes
(
$vars
);
10
11
echo
"<input $attrs>"
;
$vars
$vars['class']
Definition:
text.php:12
$attrs
$attrs
Definition:
text.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:139
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11