PHP Classes

File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/08_palette.hbs

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/08_palette.hbs   Download  
File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/08_palette.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 443 bytes
 

Contents

Class file image Download
<input type="text" data-format="hex" class="form-control" id="cp8" value="primary"/> <script> $(function () { $('#cp8').colorpicker({ colorSelectors: { 'default': '#777777', 'primary': '#337ab7', 'success': '#5cb85c', 'info': '#5bc0de', 'warning': '#f0ad4e', 'danger': '#d9534f' } }); }); </script>