Test on standard filter implementation.
More...
Test on standard filter implementation.
Definition at line 80 of file StandardFilterTest.php.
◆ buildButtonFactory()
| StandardFilterTest::buildButtonFactory |
( |
| ) |
|
|
protected |
◆ buildFactory()
| StandardFilterTest::buildFactory |
( |
| ) |
|
|
protected |
Definition at line 82 of file StandardFilterTest.php.
82 : I\Input\Container\Filter\Factory
84 return new I\Input\Container\Filter\Factory(
85 new I\SignalGenerator(),
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ buildInputFactory()
| StandardFilterTest::buildInputFactory |
( |
| ) |
|
|
protected |
Definition at line 90 of file StandardFilterTest.php.
90 : I\Input\Field\Factory
92 $df =
new Data\Factory();
93 $language = $this->createMock(ilLanguage::class);
94 return new I\Input\Field\Factory(
96 new I\SignalGenerator(),
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ buildLegacyFactory()
| StandardFilterTest::buildLegacyFactory |
( |
| ) |
|
|
protected |
Definition at line 122 of file StandardFilterTest.php.
124 return new I\Legacy\Factory(
new I\SignalGenerator());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ buildListingFactory()
| StandardFilterTest::buildListingFactory |
( |
| ) |
|
|
protected |
◆ buildPopoverFactory()
| StandardFilterTest::buildPopoverFactory |
( |
| ) |
|
|
protected |
Definition at line 117 of file StandardFilterTest.php.
119 return new I\Popover\Factory(
new I\SignalGenerator());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ buildSymbolFactory()
| StandardFilterTest::buildSymbolFactory |
( |
| ) |
|
|
protected |
Definition at line 108 of file StandardFilterTest.php.
110 return new I\Symbol\Factory(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ getUIFactory()
| StandardFilterTest::getUIFactory |
( |
| ) |
|
◆ testDedicatedNames()
| StandardFilterTest::testDedicatedNames |
( |
| ) |
|
Definition at line 687 of file StandardFilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
692 $if->text(
"Title")->withDedicatedName(
'title'),
693 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"])->withDedicatedName(
'selection'),
694 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
696 $filter =
$f->standard(
709 $inputs = $filter->getInputs();
710 $this->assertEquals(
'filter_input_0/title',
$inputs[0]->getName());
711 $this->assertEquals(
'filter_input_0/selection',
$inputs[1]->getName());
712 $this->assertEquals(
'filter_input_0/filter_input_1',
$inputs[2]->getName());
◆ testRenderActivatedCollapsed()
| StandardFilterTest::testRenderActivatedCollapsed |
( |
| ) |
|
Definition at line 143 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $r, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\Repository\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
149 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
150 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
152 $inputs_rendered = [
true,
false,
true];
154 $filter =
$f->standard(
168 $html =
$r->render($filter);
171 <div
class=
"il-filter enabled" id=
"id_1">
172 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
173 <div
class=
"il-filter-bar">
174 <div
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section">
175 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_2">
176 <span
class=
"glyph" role=
"img">
177 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
179 <span
class=
"bulky-label">
filter</span>
181 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_3">
182 <span
class=
"glyph" role=
"img">
183 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
185 <span
class=
"bulky-label">
filter</span>
188 <div
class=
"il-filter-bar-toggle">
189 <div
class=
"il-toggle-item">
190 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
191 <span
class=
"il-toggle-label-on">toggle_on</span>
192 <span
class=
"il-toggle-label-off">toggle_off</span>
193 <span
class=
"il-toggle-switch"></span>
198 <div
class=
"il-filter-inputs-active clearfix collapse in">
203 <div
class=
"il-filter-input-section row collapse ">
204 <div
class=
"col-md-6 col-lg-4 il-popover-container">
205 <div
class=
"input-group">
206 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
207 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
208 <span
class=
"input-group-addon rightaddon">
209 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
210 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
215 <div
class=
"col-md-6 col-lg-4 il-popover-container">
216 <div
class=
"input-group">
217 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
218 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
219 <option selected=
"selected" value=
"">-</option>
220 <option value=
"one">One</option>
221 <option value=
"two">Two</option>
222 <option value=
"three">Three</option>
224 <span
class=
"input-group-addon rightaddon">
225 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
226 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
231 <div
class=
"col-md-6 col-lg-4 il-popover-container">
232 <div
class=
"input-group">
233 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
234 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
235 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
236 <span
class=
"input-group-addon rightaddon">
237 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
238 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
243 <div
class=
"col-md-6 col-lg-4 il-popover-container">
244 <div
class=
"input-group">
245 <button
class=
"btn btn-bulky" id=
"id_21">
246 <span
class=
"glyph" role=
"img">
247 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
249 <span
class=
"bulky-label"></span>
252 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
254 <div
class=
"il-filter-controls">
255 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
256 <span
class=
"glyph" role=
"img">
257 <span
class=
"glyphicon glyphicon-apply" aria-hidden=
"true"></span>
259 <span
class=
"bulky-label">apply</span>
261 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
262 <span
class=
"glyph" role=
"img">
263 <span
class=
"glyphicon glyphicon-reset" aria-hidden=
"true"></span>
265 <span
class=
"bulky-label">reset</span>
269 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
270 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
271 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
button(string $caption, string $cmd)
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd, string $submit_caption="")
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
◆ testRenderActivatedExpanded()
| StandardFilterTest::testRenderActivatedExpanded |
( |
| ) |
|
Definition at line 415 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $r, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\Repository\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
421 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
422 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
424 $inputs_rendered = [
true,
false,
true];
426 $filter =
$f->standard(
440 $html =
$r->render($filter);
443 <div
class=
"il-filter enabled" id=
"id_1">
444 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
445 <div
class=
"il-filter-bar">
446 <div
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section">
447 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_2">
448 <span
class=
"glyph" role=
"img">
449 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
451 <span
class=
"bulky-label">
filter</span>
453 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_3">
454 <span
class=
"glyph" role=
"img">
455 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
457 <span
class=
"bulky-label">
filter</span>
460 <div
class=
"il-filter-bar-toggle">
461 <div
class=
"il-toggle-item">
462 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
463 <span
class=
"il-toggle-label-on">toggle_on</span>
464 <span
class=
"il-toggle-label-off">toggle_off</span>
465 <span
class=
"il-toggle-switch"></span>
470 <div
class=
"il-filter-inputs-active clearfix collapse ">
475 <div
class=
"il-filter-input-section row collapse in">
476 <div
class=
"col-md-6 col-lg-4 il-popover-container">
477 <div
class=
"input-group">
478 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
479 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
480 <span
class=
"input-group-addon rightaddon">
481 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
482 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
487 <div
class=
"col-md-6 col-lg-4 il-popover-container">
488 <div
class=
"input-group">
489 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
490 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
491 <option selected=
"selected" value=
"">-</option>
492 <option value=
"one">One</option>
493 <option value=
"two">Two</option>
494 <option value=
"three">Three</option>
496 <span
class=
"input-group-addon rightaddon">
497 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
498 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
503 <div
class=
"col-md-6 col-lg-4 il-popover-container">
504 <div
class=
"input-group">
505 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
506 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
507 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
508 <span
class=
"input-group-addon rightaddon">
509 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
510 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
515 <div
class=
"col-md-6 col-lg-4 il-popover-container">
516 <div
class=
"input-group">
517 <button
class=
"btn btn-bulky" id=
"id_21">
518 <span
class=
"glyph" role=
"img">
519 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
521 <span
class=
"bulky-label"></span>
524 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
526 <div
class=
"il-filter-controls">
527 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
528 <span
class=
"glyph" role=
"img">
529 <span
class=
"glyphicon glyphicon-apply" aria-hidden=
"true"></span>
531 <span
class=
"bulky-label">apply</span>
533 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
534 <span
class=
"glyph" role=
"img">
535 <span
class=
"glyphicon glyphicon-reset" aria-hidden=
"true"></span>
537 <span
class=
"bulky-label">reset</span>
541 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
542 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
543 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
button(string $caption, string $cmd)
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd, string $submit_caption="")
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
◆ testRenderDeactivatedCollapsed()
| StandardFilterTest::testRenderDeactivatedCollapsed |
( |
| ) |
|
Definition at line 279 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $r, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\Repository\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
285 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
286 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
288 $inputs_rendered = [
true,
false,
true];
290 $filter =
$f->standard(
304 $html =
$r->render($filter);
307 <div
class=
"il-filter disabled" id=
"id_1">
308 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
309 <div
class=
"il-filter-bar">
310 <div
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section">
311 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_2">
312 <span
class=
"glyph" role=
"img">
313 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
315 <span
class=
"bulky-label">
filter</span>
317 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_3">
318 <span
class=
"glyph" role=
"img">
319 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
321 <span
class=
"bulky-label">
filter</span>
324 <div
class=
"il-filter-bar-toggle">
325 <div
class=
"il-toggle-item">
326 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
327 <span
class=
"il-toggle-label-on">toggle_on</span>
328 <span
class=
"il-toggle-label-off">toggle_off</span>
329 <span
class=
"il-toggle-switch"></span>
334 <div
class=
"il-filter-inputs-active clearfix collapse in">
339 <div
class=
"il-filter-input-section row collapse ">
340 <div
class=
"col-md-6 col-lg-4 il-popover-container">
341 <div
class=
"input-group">
342 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
343 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
344 <span
class=
"input-group-addon rightaddon">
345 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
346 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
351 <div
class=
"col-md-6 col-lg-4 il-popover-container">
352 <div
class=
"input-group">
353 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
354 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
355 <option selected=
"selected" value=
"">-</option>
356 <option value=
"one">One</option>
357 <option value=
"two">Two</option>
358 <option value=
"three">Three</option>
360 <span
class=
"input-group-addon rightaddon">
361 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
362 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
367 <div
class=
"col-md-6 col-lg-4 il-popover-container">
368 <div
class=
"input-group">
369 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
370 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
371 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
372 <span
class=
"input-group-addon rightaddon">
373 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
374 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
379 <div
class=
"col-md-6 col-lg-4 il-popover-container">
380 <div
class=
"input-group">
381 <button
class=
"btn btn-bulky" id=
"id_21">
382 <span
class=
"glyph" role=
"img">
383 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
385 <span
class=
"bulky-label"></span>
388 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
390 <div
class=
"il-filter-controls">
391 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
392 <span
class=
"glyph" role=
"img">
393 <span
class=
"glyphicon glyphicon-apply" aria-hidden=
"true"></span>
395 <span
class=
"bulky-label">apply</span>
397 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
398 <span
class=
"glyph" role=
"img">
399 <span
class=
"glyphicon glyphicon-reset" aria-hidden=
"true"></span>
401 <span
class=
"bulky-label">reset</span>
405 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
406 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
407 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
button(string $caption, string $cmd)
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd, string $submit_caption="")
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
◆ testRenderDeactivatedExpanded()
| StandardFilterTest::testRenderDeactivatedExpanded |
( |
| ) |
|
Definition at line 551 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $r, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\Repository\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
557 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
558 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
560 $inputs_rendered = [
true,
false,
true];
562 $filter =
$f->standard(
576 $html =
$r->render($filter);
579 <div
class=
"il-filter disabled" id=
"id_1">
580 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
581 <div
class=
"il-filter-bar">
582 <div
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section">
583 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_2">
584 <span
class=
"glyph" role=
"img">
585 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
587 <span
class=
"bulky-label">
filter</span>
589 <
button class=
"btn btn-bulky" data-action=
"" id=
"id_3">
590 <span
class=
"glyph" role=
"img">
591 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
593 <span
class=
"bulky-label">
filter</span>
596 <div
class=
"il-filter-bar-toggle">
597 <div
class=
"il-toggle-item">
598 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
599 <span
class=
"il-toggle-label-on">toggle_on</span>
600 <span
class=
"il-toggle-label-off">toggle_off</span>
601 <span
class=
"il-toggle-switch"></span>
606 <div
class=
"il-filter-inputs-active clearfix collapse ">
611 <div
class=
"il-filter-input-section row collapse in">
612 <div
class=
"col-md-6 col-lg-4 il-popover-container">
613 <div
class=
"input-group">
614 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
615 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
616 <span
class=
"input-group-addon rightaddon">
617 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
618 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
623 <div
class=
"col-md-6 col-lg-4 il-popover-container">
624 <div
class=
"input-group">
625 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
626 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
627 <option selected=
"selected" value=
"">-</option>
628 <option value=
"one">One</option>
629 <option value=
"two">Two</option>
630 <option value=
"three">Three</option>
632 <span
class=
"input-group-addon rightaddon">
633 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
634 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
639 <div
class=
"col-md-6 col-lg-4 il-popover-container">
640 <div
class=
"input-group">
641 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
642 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
643 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
644 <span
class=
"input-group-addon rightaddon">
645 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
646 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
651 <div
class=
"col-md-6 col-lg-4 il-popover-container">
652 <div
class=
"input-group">
653 <button
class=
"btn btn-bulky" id=
"id_21">
654 <span
class=
"glyph" role=
"img">
655 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
657 <span
class=
"bulky-label"></span>
660 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
662 <div
class=
"il-filter-controls">
663 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
664 <span
class=
"glyph" role=
"img">
665 <span
class=
"glyphicon glyphicon-apply" aria-hidden=
"true"></span>
667 <span
class=
"bulky-label">apply</span>
669 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
670 <span
class=
"glyph" role=
"img">
671 <span
class=
"glyphicon glyphicon-reset" aria-hidden=
"true"></span>
673 <span
class=
"bulky-label">reset</span>
677 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
678 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
679 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
button(string $caption, string $cmd)
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd, string $submit_caption="")
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
The documentation for this class was generated from the following file: