-- JoaoQuintas - 23 Aug 2010

Button HTML

A Button HTML is a XVW component that's used to define an action visually.

Screen_shot_2010-08-23_at_10.47.35_AM.png

XML Definition

A Button HTML is declared as following:

<xvw:buttonHtml label="BUTTON_LABEL" action="#{SERVER_ACTION}" style="BUTTON_STYLE" 
   className="BUTTON_CLASS_NAME/">

Component from which the Button HTML Extends

  • XUICommand

Components that Extend Button HTML

  • None

Button HTML Properties

Property Description Type Possible Values Requirement Default ValueSorted descending Example
style HTML "style" property, to have CSS properties declared directly in the element String Valid CSS properties optional   style='font-color:#CCCCC;float:left'
action The action to execute server-side EL   optional    
className The name of a CSS class to apply to the button String Any valid CSS class name optional    
label The label of the button String Any text optional #Button#  

Possible Child Components:

  • None


This topic: WebXEO > XeoPrimerXeoXwc > XvwButtonHTML
Topic revision: r6 - 2011-04-04 - NicolauGrosskopf
 
This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar