Saltar al contenido principal
Version: 4.3.0

Resizable

A resizable is a container which can be resized grabbing one of its sides.

Esqueleto de XML

<resizable directions="[directions]" style="[style]">
...
</resizable>

Resizable attributes

AtributoUsoTipoDescripciónValores
idOpcionalStringResizable identifier. Con fines de referencia
directionsObligatorioStringResizable grabber positionright, left, top, bottom
styleOpcionalStringWindow CSS classes

Note: Resizable should always have a initial width or height defined by a css class.

Ejemplos

Resizable with a grabber to the right

<resizable directions="right" style="col-xs-12 col-sm-4 col-lg-2 no-padding">
<grid id="MatSel" style="expand grid-bordered" initial-load="query" server-action="data" target-action="QryUniTst" max="10">
<column label="COLUMN_SIT" sort-field="Als" name="Als5" charlength="25" />
</grid>
</resizable>
resizable