Test on standard filter implementation.
More...
Test on standard filter implementation.
Definition at line 79 of file StandardFilterTest.php.
◆ buildButtonFactory()
StandardFilterTest::buildButtonFactory |
( |
| ) |
|
|
protected |
◆ buildFactory()
StandardFilterTest::buildFactory |
( |
| ) |
|
|
protected |
Definition at line 81 of file StandardFilterTest.php.
81 : I\Input\Container\Filter\Factory
83 return new I\Input\Container\Filter\Factory(
84 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 89 of file StandardFilterTest.php.
89 : I\Input\Field\Factory
91 $df =
new Data\Factory();
92 $language = $this->createMock(ilLanguage::class);
93 return new I\Input\Field\Factory(
95 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 121 of file StandardFilterTest.php.
123 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 116 of file StandardFilterTest.php.
118 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 107 of file StandardFilterTest.php.
109 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 |
( |
| ) |
|
◆ test_dedicated_names()
StandardFilterTest::test_dedicated_names |
( |
| ) |
|
Definition at line 678 of file StandardFilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
683 $if->text(
"Title")->withDedicatedName(
'title'),
684 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"])->withDedicatedName(
'selection'),
685 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
687 $filter =
$f->standard(
700 $inputs = $filter->getInputs();
701 $this->assertEquals(
'filter_input_0/title',
$inputs[0]->getName());
702 $this->assertEquals(
'filter_input_0/selection',
$inputs[1]->getName());
703 $this->assertEquals(
'filter_input_0/filter_input_1',
$inputs[2]->getName());
◆ test_render_activated_collapsed()
StandardFilterTest::test_render_activated_collapsed |
( |
| ) |
|
Definition at line 142 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\UI\examples\Symbol\Glyph\Filter\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
148 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
149 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
151 $inputs_rendered = [
true,
false,
true];
153 $filter =
$f->standard(
167 $html = $r->render($filter);
170 <div
class=
"il-filter enabled" id=
"id_1">
171 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
172 <div
class=
"il-filter-bar">
173 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"false">
174 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
175 <span
class=
"glyph" role=
"img">
176 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
178 <span
class=
"bulky-label">
filter</span>
180 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
181 <span
class=
"glyph" role=
"img">
182 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
184 <span
class=
"bulky-label">
filter</span>
187 <span
class=
"il-filter-bar-toggle">
188 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
189 <span
class=
"il-toggle-label-on">toggle_on</span>
190 <span
class=
"il-toggle-label-off">toggle_off</span>
191 <span
class=
"il-toggle-switch"></span>
195 <div
class=
"il-filter-inputs-active clearfix collapse in">
200 <div
class=
"il-filter-input-section row collapse ">
201 <div
class=
"col-md-6 col-lg-4 il-popover-container">
202 <div
class=
"input-group">
203 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
204 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
205 <span
class=
"input-group-addon rightaddon">
206 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
207 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
212 <div
class=
"col-md-6 col-lg-4 il-popover-container">
213 <div
class=
"input-group">
214 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
215 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
216 <option selected=
"selected" value=
"">-</option>
217 <option value=
"one">One</option>
218 <option value=
"two">Two</option>
219 <option value=
"three">Three</option>
221 <span
class=
"input-group-addon rightaddon">
222 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
223 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
228 <div
class=
"col-md-6 col-lg-4 il-popover-container">
229 <div
class=
"input-group">
230 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
231 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
232 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
233 <span
class=
"input-group-addon rightaddon">
234 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
235 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
240 <div
class=
"col-md-6 col-lg-4 il-popover-container">
241 <div
class=
"input-group">
242 <button
class=
"btn btn-bulky" id=
"id_21">
243 <span
class=
"glyph" role=
"img">
244 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
246 <span
class=
"bulky-label"></span>
249 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
251 <div
class=
"il-filter-controls">
252 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
253 <span
class=
"glyph" role=
"img">
254 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
256 <span
class=
"bulky-label">apply</span>
258 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
259 <span
class=
"glyph" role=
"img">
260 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
262 <span
class=
"bulky-label">reset</span>
266 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
267 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
268 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd)
◆ test_render_activated_expanded()
StandardFilterTest::test_render_activated_expanded |
( |
| ) |
|
Definition at line 410 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\UI\examples\Symbol\Glyph\Filter\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
416 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
417 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
419 $inputs_rendered = [
true,
false,
true];
421 $filter =
$f->standard(
435 $html = $r->render($filter);
438 <div
class=
"il-filter enabled" id=
"id_1">
439 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
440 <div
class=
"il-filter-bar">
441 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"true">
442 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
443 <span
class=
"glyph" role=
"img">
444 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
446 <span
class=
"bulky-label">
filter</span>
448 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
449 <span
class=
"glyph" role=
"img">
450 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
452 <span
class=
"bulky-label">
filter</span>
455 <span
class=
"il-filter-bar-toggle">
456 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
457 <span
class=
"il-toggle-label-on">toggle_on</span>
458 <span
class=
"il-toggle-label-off">toggle_off</span>
459 <span
class=
"il-toggle-switch"></span>
463 <div
class=
"il-filter-inputs-active clearfix collapse ">
468 <div
class=
"il-filter-input-section row collapse in">
469 <div
class=
"col-md-6 col-lg-4 il-popover-container">
470 <div
class=
"input-group">
471 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
472 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
473 <span
class=
"input-group-addon rightaddon">
474 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
475 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
480 <div
class=
"col-md-6 col-lg-4 il-popover-container">
481 <div
class=
"input-group">
482 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
483 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
484 <option selected=
"selected" value=
"">-</option>
485 <option value=
"one">One</option>
486 <option value=
"two">Two</option>
487 <option value=
"three">Three</option>
489 <span
class=
"input-group-addon rightaddon">
490 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
491 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
496 <div
class=
"col-md-6 col-lg-4 il-popover-container">
497 <div
class=
"input-group">
498 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
499 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
500 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
501 <span
class=
"input-group-addon rightaddon">
502 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
503 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
508 <div
class=
"col-md-6 col-lg-4 il-popover-container">
509 <div
class=
"input-group">
510 <button
class=
"btn btn-bulky" id=
"id_21">
511 <span
class=
"glyph" role=
"img">
512 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
514 <span
class=
"bulky-label"></span>
517 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
519 <div
class=
"il-filter-controls">
520 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
521 <span
class=
"glyph" role=
"img">
522 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
524 <span
class=
"bulky-label">apply</span>
526 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
527 <span
class=
"glyph" role=
"img">
528 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
530 <span
class=
"bulky-label">reset</span>
534 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
535 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
536 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd)
◆ test_render_deactivated_collapsed()
StandardFilterTest::test_render_deactivated_collapsed |
( |
| ) |
|
Definition at line 276 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\UI\examples\Symbol\Glyph\Filter\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
282 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
283 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
285 $inputs_rendered = [
true,
false,
true];
287 $filter =
$f->standard(
301 $html = $r->render($filter);
304 <div
class=
"il-filter disabled" id=
"id_1">
305 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
306 <div
class=
"il-filter-bar">
307 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"false">
308 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
309 <span
class=
"glyph" role=
"img">
310 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
312 <span
class=
"bulky-label">
filter</span>
314 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
315 <span
class=
"glyph" role=
"img">
316 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
318 <span
class=
"bulky-label">
filter</span>
321 <span
class=
"il-filter-bar-toggle">
322 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
323 <span
class=
"il-toggle-label-on">toggle_on</span>
324 <span
class=
"il-toggle-label-off">toggle_off</span>
325 <span
class=
"il-toggle-switch"></span>
329 <div
class=
"il-filter-inputs-active clearfix collapse in">
334 <div
class=
"il-filter-input-section row collapse ">
335 <div
class=
"col-md-6 col-lg-4 il-popover-container">
336 <div
class=
"input-group">
337 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
338 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
339 <span
class=
"input-group-addon rightaddon">
340 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
341 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
346 <div
class=
"col-md-6 col-lg-4 il-popover-container">
347 <div
class=
"input-group">
348 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
349 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
350 <option selected=
"selected" value=
"">-</option>
351 <option value=
"one">One</option>
352 <option value=
"two">Two</option>
353 <option value=
"three">Three</option>
355 <span
class=
"input-group-addon rightaddon">
356 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
357 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
362 <div
class=
"col-md-6 col-lg-4 il-popover-container">
363 <div
class=
"input-group">
364 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
365 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
366 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
367 <span
class=
"input-group-addon rightaddon">
368 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
369 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
374 <div
class=
"col-md-6 col-lg-4 il-popover-container">
375 <div
class=
"input-group">
376 <button
class=
"btn btn-bulky" id=
"id_21">
377 <span
class=
"glyph" role=
"img">
378 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
380 <span
class=
"bulky-label"></span>
383 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
385 <div
class=
"il-filter-controls">
386 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
387 <span
class=
"glyph" role=
"img">
388 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
390 <span
class=
"bulky-label">apply</span>
392 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
393 <span
class=
"glyph" role=
"img">
394 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
396 <span
class=
"bulky-label">reset</span>
400 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
401 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
402 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd)
◆ test_render_deactivated_expanded()
StandardFilterTest::test_render_deactivated_expanded |
( |
| ) |
|
Definition at line 544 of file StandardFilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\UI\examples\Symbol\Glyph\Apply\apply(), WithNoUIFactories\button(), ILIAS\UI\examples\Symbol\Glyph\Collapse\collapse(), ILIAS\UI\examples\Symbol\Glyph\Expand\expand(), ILIAS\UI\examples\Symbol\Glyph\Filter\filter(), ILIAS\Repository\form(), and NoUIFactory\input().
550 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
551 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
553 $inputs_rendered = [
true,
false,
true];
555 $filter =
$f->standard(
569 $html = $r->render($filter);
572 <div
class=
"il-filter disabled" id=
"id_1">
573 <
form class=
"il-standard-form form-horizontal" enctype=
"multipart/form-data" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
574 <div
class=
"il-filter-bar">
575 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"true">
576 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
577 <span
class=
"glyph" role=
"img">
578 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
580 <span
class=
"bulky-label">
filter</span>
582 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
583 <span
class=
"glyph" role=
"img">
584 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
586 <span
class=
"bulky-label">
filter</span>
589 <span
class=
"il-filter-bar-toggle">
590 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
591 <span
class=
"il-toggle-label-on">toggle_on</span>
592 <span
class=
"il-toggle-label-off">toggle_off</span>
593 <span
class=
"il-toggle-switch"></span>
597 <div
class=
"il-filter-inputs-active clearfix collapse ">
602 <div
class=
"il-filter-input-section row collapse in">
603 <div
class=
"col-md-6 col-lg-4 il-popover-container">
604 <div
class=
"input-group">
605 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
606 <input
id=
"id_7" type=
"text" name=
"filter_input_0/filter_input_1" class=
"form-control form-control-sm" />
607 <span
class=
"input-group-addon rightaddon">
608 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
609 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
614 <div
class=
"col-md-6 col-lg-4 il-popover-container">
615 <div
class=
"input-group">
616 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
617 <select
id=
"id_9" name=
"filter_input_0/filter_input_2">
618 <option selected=
"selected" value=
"">-</option>
619 <option value=
"one">One</option>
620 <option value=
"two">Two</option>
621 <option value=
"three">Three</option>
623 <span
class=
"input-group-addon rightaddon">
624 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
625 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
630 <div
class=
"col-md-6 col-lg-4 il-popover-container">
631 <div
class=
"input-group">
632 <label
class=
"input-group-addon leftaddon">
Multi Selection</label>
633 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
634 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
635 <span
class=
"input-group-addon rightaddon">
636 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
637 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
642 <div
class=
"col-md-6 col-lg-4 il-popover-container">
643 <div
class=
"input-group">
644 <button
class=
"btn btn-bulky" id=
"id_21">
645 <span
class=
"glyph" role=
"img">
646 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
648 <span
class=
"bulky-label"></span>
651 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
653 <div
class=
"il-filter-controls">
654 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
655 <span
class=
"glyph" role=
"img">
656 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
658 <span
class=
"bulky-label">apply</span>
660 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
661 <span
class=
"glyph" role=
"img">
662 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
664 <span
class=
"bulky-label">reset</span>
668 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
669 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
670 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
assertHTMLEquals(string $expected_html_as_string, string $html_as_string)
form( $class_path, string $cmd)
The documentation for this class was generated from the following file: