Splitter: Conversion from ASPX to HTML
The following tables will help you to convert the ASPX elements that are related to the splitter to HTML elements.
PXSplitContainer
The following table shows the correspondence between the PXSplitContainer element and the HTML or TypeScript elements. During the conversion of ASPX pages to HTML, you need to replace these ASPX elements with their analogs in HTML.
ASPX | HTML or TypeScript |
---|---|
PXSplitContainer
|
Use the qp-splitter tag, as shown in the following
code.
|
<Template1> and
<Template2>
|
Use the <split-pane> tag, as shown in the following
code.
|
ID
|
Use the id attribute of the qp-splitter
tag.
|
SplitterPosition
|
Use the initial-split attribute of the
qp-splitter
tag.
|
SkinID
|
Use the split attribute of the
qp-splitter
tag.
|
Panel1MinSize
|
Use the first-pane-min-size attribute of the
qp-splitter
tag.
|
Panel2MinSize
|
Use the last-pane-min-size attribute of the
qp-splitter
tag.
|
Obsolete ASPX Control
The following table lists the obsolete ASPX element that is related to the splitter. You do not need to replace this ASPX elements with any HTML element.
ASPX Control | Properties |
---|---|
PXSplitContainer |
|