SpectrumColourPicker 0.0.7
See the version list below for details.
dotnet add package SpectrumColourPicker --version 0.0.7
NuGet\Install-Package SpectrumColourPicker -Version 0.0.7
<PackageReference Include="SpectrumColourPicker" Version="0.0.7" />
paket add SpectrumColourPicker --version 0.0.7
#r "nuget: SpectrumColourPicker, 0.0.7"
// Install SpectrumColourPicker as a Cake Addin #addin nuget:?package=SpectrumColourPicker&version=0.0.7 // Install SpectrumColourPicker as a Cake Tool #tool nuget:?package=SpectrumColourPicker&version=0.0.7
UmbColourPicker
Spectrum Colour Picker for Umbraco 7
Creates an "unbound" colour picker based on the Spectrum jquery plugin. By unbound, we mean that colours aren't pre-defined, allowing the user to choose a color of their own.
For more information about Spectrum, go here: http://bgrins.github.io/spectrum/
If you want to customise the settings for Spectrum, see the file in
/App_Plugins/SpectrumColorPicker/SpectrumColorPicker.controller.js
and set the Spectrum options in the directive.
Updates:
Version 0.0.2:
- Cleaned up and simplified Controller and removed Directive to make it more reliable.
Version 0.0.3:
- Fixed problem where the color picker wouldn't be initiated correctly unless the site was refreshed.
Version 0.0.4:
- Color should now be properly initialising again.
Version 0.0.5:
- Added the option to specify a transparency when choosing the color.
Version 0.0.6:
- Finally added support for Umbraco installed in virtual directories.
Version 0.0.7:
- Added language support, based on umbracos langs and upgraded spectrum from version 1.2.0 to 1.8.0.
- Also added format config option, so rgba can be used.
ACKNOWLEGEMENTS:
Thanks goes out to Bo Jacobsen (Emetico) for the language support and format config option in version 0.0.7.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.7: Added language support, based on umbracos langs and upgraded spectrum from version 1.2.0 to 1.8.0. Also added format config option, so rgba can be used.
0.0.6: Finally added support for Umbraco installed in virtual directories.
0.0.5: Added the option to specify a transparency when choosing the color.