Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
input
color.php
Go to the documentation of this file.
1
<?php
7
$vars
[
'class'
] =
elgg_extract_class
(
$vars
,
'elgg-input-color'
);
8
9
$defaults
= [
10
'type'
=>
'color'
11
];
12
13
$vars
= array_merge(
$defaults
,
$vars
);
14
15
echo
elgg_view
(
'input/text'
,
$vars
);
$vars
$vars['class']
Elgg color input Displays a color input field.
Definition:
color.php:7
elgg_view
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition:
views.php:156
$defaults
$defaults
Definition:
color.php:9
elgg_extract_class
elgg_extract_class(array $array, array|string $existing=[], string $extract_key= 'class')
Extract class names from an array, optionally merging into a preexisting set.
Definition:
elgglib.php:279
Generated on Wed Dec 4 2024 00:00:23 for Elgg by
1.8.11