Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note

DRAFT

Div
stylemax-width: 30%;
classfloatRight
Panel
titleOn This Page

Table of Contents
maxLevel5

Panel
titleSee Also

...

Subpanels are defined with the fluid.prefs.compositePanel grade.the fluid.prefs.panel grade, the same grade used for defining regular panels.

Code Block
linenumberstrue
fluid.defaults("my.panels.subanel", {
    gradeNames: ["fluid.prefs.panel", "autoInit"],
    ...
});

Composite Panel Definition

...