|
enum | SectionHeaderType {
SectionHeaderType::h1,
SectionHeaderType::h2,
SectionHeaderType::h3,
SectionHeaderType::h4,
SectionHeaderType::h5,
SectionHeaderType::h6,
SectionHeaderType::header
} |
| Represents the type of heading for the section. More...
|
|
enum | CarouselType { CarouselType::Carousel,
CarouselType::Slides
} |
| Specifies the display type for the carousel items. More...
|
|
enum | FormMethod { FormMethod::Post,
FormMethod::Get
} |
| The method tells the server about the request method. More...
|
|
enum | FormTarget { FormTarget::Undefined,
FormTarget::Blank,
FormTarget::Top
} |
| Indicates where to display the form response after submitting the form. The value must be _blank or _top. More...
|
|
enum | LayoutType {
LayoutType::Nodisplay = 1,
LayoutType::Fixed = 2,
LayoutType::Responsive = 3,
LayoutType::FixedHeight = 4,
LayoutType::Fill = 5,
LayoutType::Container = 6,
LayoutType::Flex = 7,
LayoutType::Intrinsic = 8
} |
| The layout attribute gives you easy, per-element control over how your element should render on screen. More...
|
|