- Inicio
- XA_Functions
- WApp
- WAutoComplete
- WBasic
- WBasicCheckbox
- WBasicContext
- WBasicDateTime
- WBasicEdit
- WBasicEmail
- WBasicNumber
- WBasicRadio
- WBasicSelect
- WBasicSelectItem
- WBasicStyle
- WBreadcrumb
- WButton
- WCard
- WCarousel
- WCarouselImage
- WCarouselPanel
- WCheckbox
- WChip
- WCmpButtonIcon
- WCmpButtonSpinner
- WCmpNumericKeypad
- WCollapsible
- WCollapsiblePanel
- WCollection
- WCollectionItem
- WColor
- WContainer
- WContext
- WContextHelper
- WControl
- WCookie
- WCss
- WDatePicker
- WDateTime
- WDiv
- WDoc
- WDocSection
- WDropDownItem
- WDropdown
- WDump
- WEdit
- WEmail
- WEngine
- WFetch
- WFieldset
- WFile
- WFlexRow
- WFloatActionButton
- WFloatActionButtonItem
- WFooter
- WForm
- WHeader
- WIconGoogle
- WImage
- WInput
- WInputImage
- WInputMask
- WInputText
- WLabel
- WLink
- WList
- WListItem
- WMain
- WMaterialBox
- WMaterializeContext
- WMaterializeHelper
- WMeta
- WModal
- WModalMsgBtn
- WModalObject
- WNav
- WNavbar
- WNavbarItem
- WNavbarLogo
- WNumber
- WPackage
- WPagination
- WPaginationItem
- WParagraph
- WPdf
- WPdfAutoTable
- WPdfAutoTableStyle
- WPdfStyle
- WPreloader
- WRadio
- WRadioMenu
- WRange
- WRouter
- WScript
- WSelect
- WSelectItem
- WSession
- WSidenav
- WSidenavHeader
- WSidenavItem
- WSimpleContext
- WSlider
- WSliderItem
- WSpan
- WStyle
- WSwitch
- WSyntaxHilite
- WTable
- WTableCell
- WTableColGroup
- WTableRow
- WTableTask
- WTableZone
- WTabs
- WTabsItem
- WTask
- WText
- WTextArea
- WTimePicker
- WTooltip
- WTranslator
- WWaterContext
WMaterializeHelper
-
storage Datas
-
functions Métodos
- Centered
- Circle
- Col
- Container
- FlowText
- Gap
- Hide
- HideOnLargeOnly
- HideOnMedAndDown
- HideOnMedAndUp
- HideOnMedOnly
- HideOnSmallOnly
- Highlight
- Hoverable
- Margin
- MarginBottom
- MarginLeft
- MarginRight
- MarginTop
- Offset
- Padding
- PaddingBottom
- PaddingLeft
- PaddingRight
- PaddingTop
- ResponsiveImage
- ResponsiveVideo
- ResposiveTable
- Row
- ScaleTransition
- ShowOnLarge
- ShowOnMedium
- ShowOnMediumAndDown
- ShowOnMediumAndUp
- ShowOnSmall
- Striped
- TextAlingCenter
- TextAlingleft
- TextAlingRight
- TextColor
- Truncate
- VerticalAlign
- VideoContainer
- WavesEffect
- ZDepth
-
event Eventos
-
Hereda de: WContextHelper
Fichero: zMaterializeHelper.prg
Gestor de ayuda a la programación para Materialize. A través de la propiedad oContext que tienen todos los controles es posible acceder a propiedades y métodos que ofrece esta clase, que simplifican la programación al reducir la necesidad de consultar la ayuda de Materialize para establecer valores del atributo 'class'. Es especialmente útil si se utiliza con el IDE de Xailer ya que su gestor Intellisense es capaz de mostrar todos los miembros de la clase.
Ejemplo:
WITH OBJECT ::oSideList := WList():New( SO )
:cId := "sideList"
:oContext:HideOnSmallOnly()
...