Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
References $DIC, $options, $s, and array.
7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
11 'internal_rating' =>
'Best',
12 'date_desc' =>
'Most Recent',
13 'date_asc' =>
'Oldest',
17 ->withTargetURL($DIC->http()->request()->getRequestTarget(),
'sortation');
19 $s2 =
$s->withLabel($DIC->language()->txt(
'sortation_std_label'));
22 $image = $f->image()->responsive(
"src/UI/examples/Image/mountains.jpg",
"Image source: https://stocksnap.io, Creative Commons CC0 license");
23 $page = $f->modal()->lightboxImagePage($image,
'Mountains');
24 $modal = $f->modal()->lightbox($page);
26 $s3 =
$s->withResetSignals()
27 ->withLabel(
'show Modal on select')
28 ->withOnSort($modal->getShowSignal());
31 return implode(
'<hr>',
array(
32 $renderer->render(
$s),
33 $renderer->render($s2),
34 $renderer->render([$s3, $modal]),
Create styles array
The data for the language used.
if(!isset($_REQUEST['ReturnTo'])) if(!isset($_REQUEST['AuthId'])) $options