Up   Previous Page   Next Page
New England Waterfall photo by Donna Cooper

More...

The "2004" look

Figure FigCssButtons.png

Customize Captions and ButtonSpecs to use "2004" markup

Captions: <<  first, <  prior, etc.

ButtonSpecs: html syntax for the <li_tag> etc. for each table navigation "button"

function TfmHTQ1Panel.Init:Boolean;
begin
  Result:= inherited Init;
  if not result then
    exit;
  RefreshWebActions(fmHTQ1Panel);

  answergrid.SetCaptions2004;
  answergrid.SetButtonSpecs2004;

end;

Then style the UL, LI and other tags

<link rel="stylesheet" type="text/css" 
href="/webhub/demos/css/whdemosWebDataGrid.css" />
Reference: whdemosWebDataGrid.css