PHP Classes

File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/08_palette.hbs

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/08_palette.hbs   Download  
File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/08_palette.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 657 bytes
 

Contents

Class file image Download
<div id="cp8" data-format="alias" class="input-group colorpicker-component"> <input type="text" value="primary" class="form-control"/> <span class="input-group-addon"><i></i></span> </div> <script> $(function () { $('#cp8').colorpicker({ colorSelectors: { 'black': '#000000', 'white': '#ffffff', 'red': '#FF0000', 'default': '#777777', 'primary': '#337ab7', 'success': '#5cb85c', 'info': '#5bc0de', 'warning': '#f0ad4e', 'danger': '#d9534f' } }); }); </script>