Wednesday
Dec062006
Color Picker Can Now Leave Off The #
Wednesday, December 6, 2006 at 11:28AM
Widget developers, your wildest fantasies have been realized!
When building your widget's config screen, the color picker data type now has an option to return the value without the #. For example, if the user chooses white it can return as "#FFFFFF" or "FFFFFF".
This was requested for cases where you're passing the color as part of a URL. Most of those URL-based APIs don't accept # signs.
When building your widget's config screen, the color picker data type now has an option to return the value without the #. For example, if the user chooses white it can return as "#FFFFFF" or "FFFFFF".
This was requested for cases where you're passing the color as part of a URL. Most of those URL-based APIs don't accept # signs.

Reader Comments