Skip to main content

SplitView

shadow

Element Split view je všestranný komponent, ktorý umožňuje vytvoriť delené zobrazenie s dvoma alebo viacerými sekciami. Poskytuje deliaci posuvník, ktorý umožňuje dynamicky meniť veľkosť sekcií. Podporované sú dve orientácie – vertikálna a horizontálna a vnorením ďalšieho SplitView vytvoriť zložitejšie zobrazenia.

Základné použitie

Vertikálny SplitView

Podporované sú dve orientácie. Pridaním atribútu vertical zobrazíte vertikálny SplitView.

Min/Max

Pridaním vlastnosti min a max s hodnotami “0”“100” obmedzíte škálu pohybu oddeľovača.

Disabled

Pridaním atribút disabled deaktivuje možnosť posúvania oddeľovača.

Vnorený SplitView

Vnorením ďalšieho SplitView je možné vytvoriť zložitejšie zobrazenia.

Úprava štýlov

Atribúty a Vlastnosti

disabled

DescriptionIf true, the option to scroll the separator is deactivated
Attributedisabled
Typeboolean
Defaultfalse

horizontal

DescriptionIf true, the orientation of the separator changes to horizontal.
Attributehorizontal
Typeboolean
Defaultfalse

initial

DescriptionDefines the initial position of the slider.
Attributeinitial
Typenumber | undefined
Defaultundefined

max

DescriptionDefines the value of the maximum possible separator position.
Attributemax
Typenumber | undefined
Defaultundefined

min

DescriptionDefines the value of the minimum possible separator position.
Attributemin
Typenumber | undefined
Defaultundefined

Eventy

No events available for this component.

Metódy

No public methods available for this component.

CSS Shadow Parts

NameDescription
dividerRefers to the div element of the separator.

CSS Custom Vlastnosti

NameDescription
--wj-split-view-divider-backgroundDefines the background of the element.
--wj-split-view-divider-sizeAdjusts the width/height of the separator.
--wj-split-view-divider-widthSpecifies the thickness of the separator.
--wj-split-view-maxRepresents the maximum allowed size (in percent) for the panel.
--wj-split-view-minRepresents the minimum allowed size (in percent) for the panel.

Sloty

NameDescription
dividerThe contents shall be placed in the separator.
endThe content is placed to the right of the separator in the LTR and to the left in the RTL.
startThe content is placed to the left of the separator in the LTR and to the right in the RTL.