Inputgroup

From Documentation

Inputgroup

Since 9.0.0

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ce-pe-ee.png

Employment/Purpose

Inputgroup can be used for prepending or appending some components to the input component, merging them like a new form-input component.

Example

Inputgroup basic.png

<zk>
    <inputgroup>
        @<textbox />
    </inputgroup>
    
    <inputgroup>
        <textbox placeholder="Recipient's username"/>@example.com
    </inputgroup>
    
    <inputgroup>
        $<textbox/>.00
    </inputgroup>
    
    <inputgroup>
        With textarea
        <textbox multiline="true" rows="5" cols="30"/>
    </inputgroup>
</zk>

Properties

Orient

Specify the orientation.

Inputgroup vertical.png

<inputgroup orient="vertical">
    First and last name<textbox/><textbox/>
</inputgroup>
 
<inputgroup orient="vertical">
    <button label="Button"/>
    <button label="Button"/>
    <button label="Button"/>
    <button label="Button"/>
</inputgroup>

Supported Events

Name
Event Type
None None

Supported Children

Version History

Last Update : 2024/01/11


Version Date Content
9.0.0 October 2019 ZK-4391: Provide an inputgroup component



Last Update : 2024/01/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.