SetMDListSlideout function
Syntax
SetMDListSlideout(enabled)
Description
To prevent left panel collisions in custom fluid wrapper components (fluid activity guides or master/detail components), use the SetMDListSlideout function to set whether collision handling with the slide-out left panel is enabled for the component. If this function is never invoked, the default value is False; collision handling is not enabled.
Important:
Use this function within custom fluid wrapper components only.
Note:
While SetMDListSlideout is used in custom fluid wrapper components, left panel collision handling is enabled via the URL for standard fluid wrappers. For master/detail components, fluid activity guides, and fluid navigation collections, add the following query string parameter to the URL for the content reference definition that launches the fluid wrapper: &ICMDListSlideout=true
Parameters
| Parameter | Description |
|---|---|
|
enabled |
Specifies a Boolean value indicating whether collision handling with the slide-out left panel is enabled on the master/detail or activity guide wrapper. |
Returns
None.