Simple to use colour selction without needing to know the RGB colour code, the janet.ColourPicker is designed to be integrated with other DNN modules, including Janet Systems modules.
janet.ColourPicker offers four possible styles: colour wheel, colour-grid, web-safe colour grid and colour slider:
|

janet.ColourPicker Web Safe Colours
|

janet.ColourPicker Colour Grid
|
|

janet.ColourPicker Sliders
|

janet.ColourPicker Colour Wheel
|
The module is integrated into another module, a parent module, by adding lines of code to the .ascx and .ascx.vb files, and including it in the list of references as follows:
Step 1: add the following line to the .ascx file of the parent module:
<asp:HyperLink id=cmdTextColour CssClass="normal" Runat="server">Colour</asp:HyperLink>
Step 2: add the following line to the .ascx.vb file of the parent module:
cmdBorderColour.NavigateUrl = janet.ColourPicker.ColourPicker.InvokePopupColourPicker(tbxBorderColour, Page)
Step 3: add the module janet.ColourPicker to the list of references in Visual Studio. The following example shows janet.ColourPicker being added to the janet.Marquee module:

Purchase
The janet.Colourpicker module is supplied as a private assembly DNN module, for integration with other Janet modules. A source code version may be offered for release to allow integration into other DNN modules, according to demand.
Support
For support issues please follow the discussions at the forum .