Menu

#632 Support of ColorChooser

5.0.0
closed
nobody
5
2009-11-27
2007-11-13
jayzh
No

There's not any color chooser component in ZK now. It should be a standard component as it is in Flex.

BTW, maybe more components from Dojo than Fisheye will be better.

Discussion

  • Marcos de Sousa

    Marcos de Sousa - 2007-11-14

    Logged In: YES
    user_id=1691379
    Originator: NO

    I think, this will be nice to have.

    Will be more one off-the-shelf component.

    Marcos de Sousa

     
  • Jumper Chen

    Jumper Chen - 2009-11-27

    Ready since Nov. 27. (ZK 5.0.0 and later)

    For example,

    <zk>
    <label id="l" value="You can test the new component called Colorbox."/>
    <colorbox onChange='l.style = "color:" + self.color'/>
    </zk>

    Or you can use with menu in menupopup, like
    <menubar>
    <menu label="Select Background Color">
    <menupopup>
    <menu label="Choose color" content="#color=#FFFFFF" onChange='l.style = "background:" + event.value;'/>
    </menupopup>
    </menu>
    </menubar>

     
  • Jumper Chen

    Jumper Chen - 2009-11-27
    • milestone: --> 5.0.0
    • status: open --> closed
     

Log in to post a comment.