Products
About Guided Tour Online Demo Download Trial Version Requirements
Resources
Dokumente Konfigurationsbeispiele TagLib-Referenz Useful Links
Customer Support
Updates Foren Contact Services
Sales
Licensing Sales FAQ Buy Online
 
 
 
buy online   |   about us   |   english version  

» Konfigurationsbeispiele Formulare

Beispiele: 1 | 2 | 3 | 4

Konfigurationsbeispiel SearchForm

Konfiguration:

  • Zwei Textfelder für Suchkriterien.
  • Image für austauschbaren Button (Hover-Effekt). Das Bild für den inaktiven Zustand wird unter dem Namen btnXXX1.gif abgelegt. Das Bild für den Hover-Effekt unter dem Namen btnXXX3.gif. Die Bilder werden automatisch beim überqueren des Buttons mit der Maus ausgetauscht.

<forms:form
        type="search"
        caption="Manufacturer Search"
        formid="frmSearch">

        <forms:text
            label="Id"
            property="id"
            size="11"
            maxlength="10"/>

        <forms:text
            label="Name"
            property="name"
            size="25"
            maxlength="80"/>

        <forms:buttonsection>
            <forms:button
                name="btnSearch"
                src="fw/scc/image/buttons/btnSearch1.gif"/>
        </forms:buttonsection>

</forms:form>

Impressum | This product includes software developed by the Java Apache Project
Konfigurationsbeispiele
ListControl TreeControl TreeListControl TabSetControl  Formulare