type

defines the type of the suggest control

string type;

Values

  • "list"
  • "calendar"
  • "colorboard"
  • "colorselect"
  • Example

    {
      view:"colorpicker", 
      label:"Color", 
      value:"#751FE0", 
      suggest:{
        type:"colorselect",
        body:{
            button:true
        }    
      }
    }


    Default value:

    "list"
    Details

    Suggest types are implemented in the following Webix form controls:

    Back to top