X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/output/Ext.ColorPalette.html diff --git a/docs/output/Ext.ColorPalette.html b/docs/output/Ext.ColorPalette.html index f2571794..eb49fdc4 100644 --- a/docs/output/Ext.ColorPalette.html +++ b/docs/output/Ext.ColorPalette.html @@ -674,9 +674,9 @@ which this component will be inserted (defaults to appending to the end of the c If events were suspended using the queueSuspended parameter, then all event...
Resume firing events. (see suspendEvents) If events were suspended using the queueSuspended parameter, then all -events fired during event suspension will be sent to any listeners now.
Parameters:Returns:
Observable selectString color ) +events fired during event suspension will be sent to any listeners now.
Parameters:Returns:
Observable selectString color[Boolean suppressEvent] ) : - void
Selects the specified color in the palette (fires the select event)
Selects the specified color in the palette (fires the select event)
Parameters:
  • color : String
    A valid 6-digit color hex code (# will be stripped if included)
Returns:
  • void
ColorPalette setDisabledBoolean disabled ) + void
Selects the specified color in the palette (fires the select event)
Selects the specified color in the palette (fires the select event)
Parameters:
  • color : String
    A valid 6-digit color hex code (# will be stripped if included)
  • suppressEvent : Boolean
    (optional) True to stop the select event from firing. Defaults to false.
Returns:
  • void
ColorPalette setDisabledBoolean disabled ) : Ext.Component
Convenience function for setting disabled/enabled by boolean.
Convenience function for setting disabled/enabled by boolean.
Parameters:
  • disabled : Boolean
Returns:
  • Ext.Component
    this
Component setVisibleBoolean visible ) :