Test on standard filter implementation.
More...
Test on standard filter implementation.
Definition at line 62 of file StandardFilterTest.php.
◆ buildButtonFactory()
StandardFilterTest::buildButtonFactory |
( |
| ) |
|
|
protected |
◆ buildFactory()
StandardFilterTest::buildFactory |
( |
| ) |
|
|
protected |
◆ buildInputFactory()
StandardFilterTest::buildInputFactory |
( |
| ) |
|
|
protected |
Definition at line 72 of file StandardFilterTest.php.
74 $df =
new Data\Factory();
75 $language = $this->createMock(\ilLanguage::class);
Class ChatMainBarProvider .
◆ buildLegacyFactory()
StandardFilterTest::buildLegacyFactory |
( |
| ) |
|
|
protected |
◆ buildListingFactory()
StandardFilterTest::buildListingFactory |
( |
| ) |
|
|
protected |
◆ buildPopoverFactory()
StandardFilterTest::buildPopoverFactory |
( |
| ) |
|
|
protected |
◆ buildSymbolFactory()
StandardFilterTest::buildSymbolFactory |
( |
| ) |
|
|
protected |
◆ getUIFactory()
StandardFilterTest::getUIFactory |
( |
| ) |
|
◆ test_render_activated_collapsed()
StandardFilterTest::test_render_activated_collapsed |
( |
| ) |
|
Definition at line 124 of file StandardFilterTest.php.
References Vendor\Package\$f, apply(), WithNoUIFactories\button(), collapse(), expand(), filter(), and NoUIFactory\input().
130 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
131 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
133 $inputs_rendered = [
true,
false,
true];
135 $filter =
$f->standard(
149 $html = $r->render($filter);
152 <div
class=
"il-filter enabled" id=
"id_1">
153 <form
class=
"il-standard-form form-horizontal" enctype=
"multipart/formdata" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
154 <div
class=
"il-filter-bar">
155 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"false">
156 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
157 <span
class=
"glyph" aria-label=
"collapse_content" role=
"img">
158 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
160 <span
class=
"bulky-label">
filter</span>
162 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
163 <span
class=
"glyph" aria-label=
"expand_content" role=
"img">
164 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
166 <span
class=
"bulky-label">
filter</span>
169 <span
class=
"il-filter-bar-toggle">
170 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
171 <span
class=
"il-toggle-label-on">toggle_on</span>
172 <span
class=
"il-toggle-label-off">toggle_off</span>
173 <span
class=
"il-toggle-switch"></span>
177 <div
class=
"il-filter-inputs-active clearfix collapse in">
182 <div
class=
"il-filter-input-section row collapse ">
183 <div
class=
"col-md-6 col-lg-4 il-popover-container">
184 <div
class=
"input-group">
185 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
186 <input
id=
"id_7" type=
"text" name=
"filter_input_1" class=
"form-control form-control-sm" />
187 <span
class=
"input-group-addon rightaddon">
188 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
189 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
194 <div
class=
"col-md-6 col-lg-4 il-popover-container">
195 <div
class=
"input-group">
196 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
197 <select
id=
"id_9" name=
"filter_input_2">
198 <option selected=
"selected" value=
"">-</option>
199 <option value=
"one">One</option>
200 <option value=
"two">Two</option>
201 <option value=
"three">Three</option>
203 <span
class=
"input-group-addon rightaddon">
204 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
205 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
210 <div
class=
"col-md-6 col-lg-4 il-popover-container">
211 <div
class=
"input-group">
212 <label
class=
"input-group-addon leftaddon">Multi Selection</label>
213 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
214 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
215 <span
class=
"input-group-addon rightaddon">
216 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
217 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
222 <div
class=
"col-md-6 col-lg-4 il-popover-container">
223 <div
class=
"input-group">
224 <button
class=
"btn btn-bulky" id=
"id_21">
225 <span
class=
"glyph" aria-label=
"add" role=
"img">
226 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
228 <span
class=
"bulky-label"></span>
231 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
233 <div
class=
"il-filter-controls">
234 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
235 <span
class=
"glyph" aria-label=
"apply" role=
"img">
236 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
238 <span
class=
"bulky-label">apply</span>
240 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
241 <span
class=
"glyph" aria-label=
"reset" role=
"img">
242 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
244 <span
class=
"bulky-label">reset</span>
248 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
249 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
250 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
assertHTMLEquals($expected_html_as_string, $html_as_string)
brutallyTrimHTML($html)
A more radical version of normalizeHTML.
getDefaultRenderer(JavaScriptBinding $js_binding=null, $with_stub_renderings=[])
◆ test_render_activated_expanded()
StandardFilterTest::test_render_activated_expanded |
( |
| ) |
|
Definition at line 392 of file StandardFilterTest.php.
References Vendor\Package\$f, apply(), WithNoUIFactories\button(), collapse(), expand(), filter(), and NoUIFactory\input().
398 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
399 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
401 $inputs_rendered = [
true,
false,
true];
403 $filter =
$f->standard(
417 $html = $r->render($filter);
420 <div
class=
"il-filter enabled" id=
"id_1">
421 <form
class=
"il-standard-form form-horizontal" enctype=
"multipart/formdata" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
422 <div
class=
"il-filter-bar">
423 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"true">
424 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
425 <span
class=
"glyph" aria-label=
"expand_content" role=
"img">
426 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
428 <span
class=
"bulky-label">
filter</span>
430 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
431 <span
class=
"glyph" aria-label=
"collapse_content" role=
"img">
432 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
434 <span
class=
"bulky-label">
filter</span>
437 <span
class=
"il-filter-bar-toggle">
438 <button
class=
"il-toggle-button on" id=
"id_6" aria-pressed=
"false">
439 <span
class=
"il-toggle-label-on">toggle_on</span>
440 <span
class=
"il-toggle-label-off">toggle_off</span>
441 <span
class=
"il-toggle-switch"></span>
445 <div
class=
"il-filter-inputs-active clearfix collapse ">
450 <div
class=
"il-filter-input-section row collapse in">
451 <div
class=
"col-md-6 col-lg-4 il-popover-container">
452 <div
class=
"input-group">
453 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
454 <input
id=
"id_7" type=
"text" name=
"filter_input_1" class=
"form-control form-control-sm" />
455 <span
class=
"input-group-addon rightaddon">
456 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
457 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
462 <div
class=
"col-md-6 col-lg-4 il-popover-container">
463 <div
class=
"input-group">
464 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
465 <select
id=
"id_9" name=
"filter_input_2">
466 <option selected=
"selected" value=
"">-</option>
467 <option value=
"one">One</option>
468 <option value=
"two">Two</option>
469 <option value=
"three">Three</option>
471 <span
class=
"input-group-addon rightaddon">
472 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
473 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
478 <div
class=
"col-md-6 col-lg-4 il-popover-container">
479 <div
class=
"input-group">
480 <label
class=
"input-group-addon leftaddon">Multi Selection</label>
481 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
482 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
483 <span
class=
"input-group-addon rightaddon">
484 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
485 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
490 <div
class=
"col-md-6 col-lg-4 il-popover-container">
491 <div
class=
"input-group">
492 <button
class=
"btn btn-bulky" id=
"id_21">
493 <span
class=
"glyph" aria-label=
"add" role=
"img">
494 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
496 <span
class=
"bulky-label"></span>
499 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
501 <div
class=
"il-filter-controls">
502 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
503 <span
class=
"glyph" aria-label=
"apply" role=
"img">
504 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
506 <span
class=
"bulky-label">apply</span>
508 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
509 <span
class=
"glyph" aria-label=
"reset" role=
"img">
510 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
512 <span
class=
"bulky-label">reset</span>
516 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
517 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
518 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
assertHTMLEquals($expected_html_as_string, $html_as_string)
brutallyTrimHTML($html)
A more radical version of normalizeHTML.
getDefaultRenderer(JavaScriptBinding $js_binding=null, $with_stub_renderings=[])
◆ test_render_deactivated_collapsed()
StandardFilterTest::test_render_deactivated_collapsed |
( |
| ) |
|
Definition at line 258 of file StandardFilterTest.php.
References Vendor\Package\$f, apply(), WithNoUIFactories\button(), collapse(), expand(), filter(), and NoUIFactory\input().
264 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
265 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
267 $inputs_rendered = [
true,
false,
true];
269 $filter =
$f->standard(
283 $html = $r->render($filter);
286 <div
class=
"il-filter disabled" id=
"id_1">
287 <form
class=
"il-standard-form form-horizontal" enctype=
"multipart/formdata" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
288 <div
class=
"il-filter-bar">
289 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"false">
290 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
291 <span
class=
"glyph" aria-label=
"collapse_content" role=
"img">
292 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
294 <span
class=
"bulky-label">
filter</span>
296 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
297 <span
class=
"glyph" aria-label=
"expand_content" role=
"img">
298 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
300 <span
class=
"bulky-label">
filter</span>
303 <span
class=
"il-filter-bar-toggle">
304 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
305 <span
class=
"il-toggle-label-on">toggle_on</span>
306 <span
class=
"il-toggle-label-off">toggle_off</span>
307 <span
class=
"il-toggle-switch"></span>
311 <div
class=
"il-filter-inputs-active clearfix collapse in">
316 <div
class=
"il-filter-input-section row collapse ">
317 <div
class=
"col-md-6 col-lg-4 il-popover-container">
318 <div
class=
"input-group">
319 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
320 <input
id=
"id_7" type=
"text" name=
"filter_input_1" class=
"form-control form-control-sm" />
321 <span
class=
"input-group-addon rightaddon">
322 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
323 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
328 <div
class=
"col-md-6 col-lg-4 il-popover-container">
329 <div
class=
"input-group">
330 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
331 <select
id=
"id_9" name=
"filter_input_2">
332 <option selected=
"selected" value=
"">-</option>
333 <option value=
"one">One</option>
334 <option value=
"two">Two</option>
335 <option value=
"three">Three</option>
337 <span
class=
"input-group-addon rightaddon">
338 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
339 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
344 <div
class=
"col-md-6 col-lg-4 il-popover-container">
345 <div
class=
"input-group">
346 <label
class=
"input-group-addon leftaddon">Multi Selection</label>
347 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
348 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
349 <span
class=
"input-group-addon rightaddon">
350 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
351 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
356 <div
class=
"col-md-6 col-lg-4 il-popover-container">
357 <div
class=
"input-group">
358 <button
class=
"btn btn-bulky" id=
"id_21">
359 <span
class=
"glyph" aria-label=
"add" role=
"img">
360 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
362 <span
class=
"bulky-label"></span>
365 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
367 <div
class=
"il-filter-controls">
368 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
369 <span
class=
"glyph" aria-label=
"apply" role=
"img">
370 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
372 <span
class=
"bulky-label">apply</span>
374 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
375 <span
class=
"glyph" aria-label=
"reset" role=
"img">
376 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
378 <span
class=
"bulky-label">reset</span>
382 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
383 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
384 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
assertHTMLEquals($expected_html_as_string, $html_as_string)
brutallyTrimHTML($html)
A more radical version of normalizeHTML.
getDefaultRenderer(JavaScriptBinding $js_binding=null, $with_stub_renderings=[])
◆ test_render_deactivated_expanded()
StandardFilterTest::test_render_deactivated_expanded |
( |
| ) |
|
Definition at line 526 of file StandardFilterTest.php.
References Vendor\Package\$f, apply(), WithNoUIFactories\button(), collapse(), expand(), filter(), and NoUIFactory\input().
532 $if->select(
"Selection", [
"one" =>
"One",
"two" =>
"Two",
"three" =>
"Three"]),
533 $if->multiSelect(
"Multi Selection", [
"one" =>
"Num One",
"two" =>
"Num Two",
"three" =>
"Num Three"])
535 $inputs_rendered = [
true,
false,
true];
537 $filter =
$f->standard(
551 $html = $r->render($filter);
554 <div
class=
"il-filter disabled" id=
"id_1">
555 <form
class=
"il-standard-form form-horizontal" enctype=
"multipart/formdata" method=
"get" novalidate=
"novalidate" data-cmd-
expand=
"#" data-cmd-
collapse=
"#" data-cmd-
apply=
"#" data-cmd-toggleOn=
"#" data-cmd-toggleOff=
"#">
556 <div
class=
"il-filter-bar">
557 <span
class=
"il-filter-bar-opener" data-toggle=
"collapse" data-target=
".il-filter-inputs-active,.il-filter-input-section" aria-expanded=
"true">
558 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_2">
559 <span
class=
"glyph" aria-label=
"expand_content" role=
"img">
560 <span
class=
"glyphicon glyphicon-triangle-right" aria-hidden=
"true"></span>
562 <span
class=
"bulky-label">
filter</span>
564 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_3">
565 <span
class=
"glyph" aria-label=
"collapse_content" role=
"img">
566 <span
class=
"glyphicon glyphicon-triangle-bottom" aria-hidden=
"true"></span>
568 <span
class=
"bulky-label">
filter</span>
571 <span
class=
"il-filter-bar-toggle">
572 <button
class=
"il-toggle-button off" id=
"id_6" aria-pressed=
"false">
573 <span
class=
"il-toggle-label-on">toggle_on</span>
574 <span
class=
"il-toggle-label-off">toggle_off</span>
575 <span
class=
"il-toggle-switch"></span>
579 <div
class=
"il-filter-inputs-active clearfix collapse ">
584 <div
class=
"il-filter-input-section row collapse in">
585 <div
class=
"col-md-6 col-lg-4 il-popover-container">
586 <div
class=
"input-group">
587 <label
for=
"id_7" class=
"input-group-addon leftaddon">
Title</label>
588 <input
id=
"id_7" type=
"text" name=
"filter_input_1" class=
"form-control form-control-sm" />
589 <span
class=
"input-group-addon rightaddon">
590 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_8">
591 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
596 <div
class=
"col-md-6 col-lg-4 il-popover-container">
597 <div
class=
"input-group">
598 <label
for=
"id_9" class=
"input-group-addon leftaddon">Selection</label>
599 <select
id=
"id_9" name=
"filter_input_2">
600 <option selected=
"selected" value=
"">-</option>
601 <option value=
"one">One</option>
602 <option value=
"two">Two</option>
603 <option value=
"three">Three</option>
605 <span
class=
"input-group-addon rightaddon">
606 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_10">
607 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
612 <div
class=
"col-md-6 col-lg-4 il-popover-container">
613 <div
class=
"input-group">
614 <label
class=
"input-group-addon leftaddon">Multi Selection</label>
615 <span role=
"button" tabindex=
"0" class=
"form-control il-filter-field" id=
"id_14" data-placement=
"bottom"></span>
616 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_12"></div>
617 <span
class=
"input-group-addon rightaddon">
618 <a
class=
"glyph" href=
"" aria-label=
"remove" id=
"id_15">
619 <span
class=
"glyphicon glyphicon-minus-sign" aria-hidden=
"true"></span>
624 <div
class=
"col-md-6 col-lg-4 il-popover-container">
625 <div
class=
"input-group">
626 <button
class=
"btn btn-bulky" id=
"id_21">
627 <span
class=
"glyph" aria-label=
"add" role=
"img">
628 <span
class=
"glyphicon glyphicon-plus-sign" aria-hidden=
"true"></span>
630 <span
class=
"bulky-label"></span>
633 <div
class=
"il-standard-popover-content" style=
"display:none;" id=
"id_19"></div>
635 <div
class=
"il-filter-controls">
636 <button
class=
"btn btn-bulky" data-action=
"" id=
"id_4">
637 <span
class=
"glyph" aria-label=
"apply" role=
"img">
638 <span
class=
"glyphicon glyphicon-ok" aria-hidden=
"true"></span>
640 <span
class=
"bulky-label">apply</span>
642 <button
class=
"btn btn-bulky" data-action=
"#" id=
"id_5">
643 <span
class=
"glyph" aria-label=
"reset" role=
"img">
644 <span
class=
"glyphicon glyphicon-repeat" aria-hidden=
"true"></span>
646 <span
class=
"bulky-label">reset</span>
650 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_0" value=
"1" />
651 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_1" value=
"0" />
652 <input
class=
"il-filter-field-status" type=
"hidden" name=
"__filter_status_2" value=
"1" />
assertHTMLEquals($expected_html_as_string, $html_as_string)
brutallyTrimHTML($html)
A more radical version of normalizeHTML.
getDefaultRenderer(JavaScriptBinding $js_binding=null, $with_stub_renderings=[])
The documentation for this class was generated from the following file: