PHP Classes

File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/03_component_options.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/03_component_options.hbs   Download  
File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/03_component_options.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: 324 bytes
 

Contents

Class file image Download
<div id="cp3" class="input-group colorpicker-component"> <input type="text" value="#00AABB" class="form-control"/> <span class="input-group-addon"><i></i></span> </div> <script> $(function () { $('#cp3').colorpicker({ color: '#AA3399', format: 'rgb' }); }); </script>