Inputgroup"

From Documentation
(Inputgroup)
 
m ((via JWB))
Line 54: Line 54:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 71: Line 71:
 
{{LastUpdated}}
 
{{LastUpdated}}
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Revision as of 11:04, 7 January 2022

Inputgroup

[since 9.0.0]

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

* Label
* InputElement
* LabelImageElement

Version History

Last Update : 2022/01/07


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



Last Update : 2022/01/07

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