PHP Classes

File: assets/js/colorpicker/docs.js

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   assets/js/colorpicker/docs.js   Download  
File: assets/js/colorpicker/docs.js
Role: Auxiliary data
Content type: text/plain
Description: Initial
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 424 bytes
 

Contents

Class file image Download
$(function () { $('.demo1').colorpicker(); $('.demo2').colorpicker(); // Horizontal mode $('#demo_forceformat').colorpicker({ format: 'rgba', // force this format horizontal: true }); // Horizontal mode $('#demo_forceformat3').colorpicker({ format: 'rgba', // force this format }); $('.demo-auto').colorpicker(); });