PHP Classes

File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/07_inline.hbs

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/07_inline.hbs   Download  
File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/07_inline.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: 277 bytes
 

Contents

Class file image Download
<div id="cp7" class="inl-bl"></div> <style> .inl-bl { display: inline-block; } </style> <script> $(function () { $('#cp7').colorpicker({ color:'#ffaa00', container: true, inline:true }); }); </script>