MCollapsibleSet

From HTML5 Builder
Jump to: navigation, search

The MCollapsibleSet component is a group of collapsible containers. When user click a collapsible inside the group, current opened collapsible container is hidden.

Client-side Features

DOM Elements

The component generates the following client-side DOM elements:

  • Wrapper (HTMLDivElement). Full web browser support. Access it with $("#ComponentName_outer").get()[0].
    • Main element (HTMLDivElement). Full web browser support. Access it with $("#ComponentName").get()[0].
      • Panel # (HTMLDivElement). Full web browser support. Access it with $("#ComponentName#").get()[0].
        • Panel # Title (HTMLHeadingElement). Full web browser support. Access it with $("#ComponentName# > h1").get()[0].
        • Panel # Content (HTMLSpanElement). Full web browser support. Access it with $("#ComponentName# > span").get()[0].

Replace # by the index of the target panel, starting with 0.

Client-side Events

Documented in the RPCL Reference.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.