- 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
WCard
-
storage Datas
-
functions Métodos
-
event Eventos
-
Hereda de: WDiv
Fichero: zMaterializeCard.prg
Control tipo tarjeta. Sólo disponible en Materialize. Para más información consulte el siguiente enlace y el siguiente ejemplo.
Se trata de un control complejo que aglutina muchos más controles en su interior. En un primer nivel se encuentran los <divs> oDivImage, oDivContent y oDivAction, que muestran la imagen, el contenido y los distintos enlaces que puede tener el control. Dentro del control oDivImage se encuentran a su vez los miembros oImge y oButton. En el área de de DivContent se encuentran los controles oTitle y oText. Y por último en el área de enlaces se encuentra una matriz de controles WLink.
El control también puede mostrar información adicional cuando se hace click en él mismo y para ello se utilizan las propiedades lReveal, cRevealText y cRevealTiltle. Cuando se establece lReveal a verdadero, se crean de forma automática, pero sólo en el evento OnPreprocess, los objetos oDivReveal, oTitReveal, oTxtReveal y oIcoReveal.