[Chameleon-dev] [Bug 743] New: [Chameleon - doc builder] Button attributes are not all extracted from Button.php

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Tue Oct 19 17:43:46 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=743

           Summary: [Chameleon - doc builder] Button attributes are not all
                    extracted from Button.php
           Product: Chameleon
           Version: 1.99
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: AutoDoc
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: cthorne at dmsolutions.ca


The button attributes found in Button.php are not being extracted properly. Only
a few attributes are been extracted:

TOOLSET,DEFAULT,STYLERESOURCE,
LABELALIGN,IMAGE,IMAGEWIDTH,
IMAGEHEIGHT,IMAGETIP,ONCLICK

What should be extracted are:

<!-- Button Attribute Group-->

    BACKGROUNDIMAGE="[path]"
    DEFAULT="[TRUE|FALSE]"
    IMAGE="[path]"
    IMAGEHEIGHT="[integer]"
    IMAGETIP="[string]"
    IMAGEWIDTH="[integer]"
    LABEL="[string]"
    LABELALIGN="[LEFT|CENTER|RIGHT]"
    LABELANTIALIAS="[TRUE|FALSE]"
    LABELCOLOR="[#RRGGBB]"
    LABELFONT="[string]"
    LABELFONTSIZE="[0 < integer]"
    ONCLICK="[string]"
    STYLERESOURCE="[string]"
    TEXTBUTTONBORDER="[path]"
    TEXTBUTTONBORDER_BOTTOM_IMAGE="[path]"
    TEXTBUTTONBORDER_BOTTOMLEFT_IMAGE="[path]"
    TEXTBUTTONBORDER_BOTTOMRIGHT_IMAGE="[path]"
    TEXTBUTTONBORDER_LEFT_IMAGE="[path]"
    TEXTBUTTONBORDER_RIGHT_IMAGE="[path]"
    TEXTBUTTONBORDER_TOP_IMAGE="[path]"
    TEXTBUTTONBORDER_TOPLEFT_IMAGE="[path]"
    TEXTBUTTONBORDER_TOPRIGHT_IMAGE="[path]"
    TEXTBUTTONCOLOR="[#RRGGBB]"
    TEXTBUTTONNUDGE="[integer]"
    TEXTBUTTONPADDING="[0 < integer]"
    TOOLSET="[string]"
    USETEXTBUTTONCACHE="[TRUE|FALSE]">



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list