SPColorPicker:SharePoint 2013 中的调用颜色选择器

时间:2024-07-02 00:55:32
【文件属性】:

文件名称:SPColorPicker:SharePoint 2013 中的调用颜色选择器

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-02 00:55:32

JavaScript

颜色选择器 在 SharePoint 2013 中调用颜色选择器。 用法 var options = { args : '#FF0000' , dialogReturnValueCallback : function ( dialogResult , returnValue ) { if ( dialogResult === 1 ) { alert ( returnValue ) ; } } } ; SPColorPicker . pick ( options ) ; 这是完整的options对象: var options = { title: title for the modal dialog, url: by default, it's "/_layouts/15/morecolors.asp


【文件预览】:
SPColorPicker-master
----SPColorPicker.js(761B)
----README.md(714B)
----LICENSE(1KB)
----screenshot.PNG(15KB)

网友评论