Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Custom components in a Dynamic Form

    Hi,

    Can i add custom items to a dynamic form? for example i want to add a combo-box with a button next to it as a single component, or adding Labels..

    Thanks.

    SmartClient version : v8.3p_2013-01-21/PwerEdition Development Only
    Last edited by YoniMSP; 17 Feb 2013, 02:36.

    #2
    OK i looked into it and found several questions similar to mine. I'll look into them.

    Comment


      #3
      Hey Isomorphics,

      I need to create a comb/select box with an icon that will open a date picker next to it.

      when the user selects a date from the picker, the value will be displayed in the combo/select box.

      can you give me suggestions about the implementation for that?

      Comment


        #4
        Use formItem.icons to add an icon after the field. You can create a DateChooser from the click event.

        Comment

        Working...
        X