Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : CSS support : Setting CSS style to widgets : CSS sample files in WebContent\CSS\dijit
  
CSS sample files in WebContent\CSS\dijit
This page introduces some CSS sample files of special functions, such as setting vertical alignment and scrollbar. You could use these samples to create your own CSS files.
buttonTextVerticalAlign.css
set vertical alignment of the text on the button widget
Classes:
.buttonTextVerticalAlignTop
.buttonTextVerticalAlignMiddle
.buttonTextVerticalAlignBottom
This graphic is described in the surrounding text.
tableScrollbar.css
enable/disable Horizontal and Vertical Scrollbar of table widget
Horizontal Scrollbar
.hScrollbarScroll
.hScrollbarAuto
.hScrollbarHidden
Vertical Scrollbar
.vScrollbarScroll
.vScrollbarAuto
.vScrollbarHidden
This graphic is described in the surrounding text.
Go up to
Setting CSS style to widgets