svgedit
Version:
Powerful SVG-Editor for your browser
2,808 lines (905 loc) • 54.3 kB
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Namespace: fn</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Namespace: fn</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="module-jGraduate.html">jGraduate</a><a href="external-jQuery.html">~jQuery</a>.</span>fn</h2>
</header>
<article>
<div class="container-overview">
<div class="description"><p>The jQuery plugin namespace.</p></div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jGraduate.js.html">editor/components/jgraduate/jQuery.jGraduate.js</a>, <a href="editor_components_jgraduate_jQuery.jGraduate.js.html#line35">line 35</a>
</li></ul></dd>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="http://learn.jquery.com/plugins/">jQuery Plugins</a></li>
</ul>
</dd>
</dl>
</div>
<h3 class="subsection-title">Namespaces</h3>
<dl>
<dt><a href="external-jQuery.fn.exports.jPickerMethod.html">exports.jPickerMethod</a></dt>
<dd></dd>
<dt><a href="external-jQuery.fn.jGraduateDefaults.html">jGraduateDefaults</a></dt>
<dd></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id=".attr"><span class="type-signature">(static) </span>attr<span class="signature">(key, value)</span><span class="type-signature"> → {<a href="external-jQuery.html">external:jQuery</a>|<a href="module-jQueryAttr.html#.Attributes">module:jQueryAttr.Attributes</a>}</span></h4>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>key</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type">Array.<string></span>
|
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a>.<string, string></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="svgcanvas_jQuery.attr.js.html">svgcanvas/jQuery.attr.js</a>, <a href="svgcanvas_jQuery.attr.js.html#line27">line 27</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="external-jQuery.html">external:jQuery</a></span>
|
<span class="param-type"><a href="module-jQueryAttr.html#.Attributes">module:jQueryAttr.Attributes</a></span>
</dd>
</dl>
<h4 class="name" id=".jGraduate"><span class="type-signature">(static) </span>jGraduate<span class="signature">(options<span class="signature-attributes">opt</span>, okCallback<span class="signature-attributes">opt</span>, cancelCallback<span class="signature-attributes">opt</span>)</span><span class="type-signature"> → {<a href="external-jQuery.html">external:jQuery</a>}</span></h4>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>options</code></td>
<td class="type">
<span class="param-type"><a href="module-jGraduate.html#.Options">module:jGraduate.Options</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>okCallback</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jGraduate#.OkCallback">external:jQuery.fn.jGraduate.OkCallback</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>Called with a Paint object when Ok is pressed</p></td>
</tr>
<tr>
<td class="name"><code>cancelCallback</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jGraduate#.CancelCallback">external:jQuery.fn.jGraduate.CancelCallback</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>Called with no arguments when Cancel is pressed</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jGraduate.js.html">editor/components/jgraduate/jQuery.jGraduate.js</a>, <a href="editor_components_jgraduate_jQuery.jGraduate.js.html#line184">line 184</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="external-jQuery.html">external:jQuery</a></span>
</dd>
</dl>
<h4 class="name" id=".jPicker"><span class="type-signature">(static) </span>jPicker<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jPicker.js.html">editor/components/jgraduate/jQuery.jPicker.js</a>, <a href="editor_components_jgraduate_jQuery.jPicker.js.html#line569">line 569</a>
</li></ul></dd>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><code>external:jQuery.fn.$.fn.jPicker</code></li>
</ul>
</dd>
</dl>
<h3 class="subsection-title">Type Definitions</h3>
<h4 class="name" id=".jPickerOptions">jPickerOptions</h4>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</li>
</ul>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>window</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>title</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type">null</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Any title for the jPicker window itself - displays
"Drag Markers To Pick A Color" if left null</p></td>
</tr>
<tr>
<td class="name"><code>effects</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="attributes">
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>type</code></td>
<td class="type">
<span class="param-type">"slide"</span>
|
<span class="param-type">"show"</span>
|
<span class="param-type">"fade"</span>
</td>
<td class="description last"><p>Effect used to show/hide an expandable picker</p></td>
</tr>
<tr>
<td class="name"><code>speed</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>show</code></td>
<td class="type">
<span class="param-type">"fast"</span>
|
<span class="param-type">"slow"</span>
|
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"><p>Duration of "show" effect. Time in milliseconds.</p></td>
</tr>
<tr>
<td class="name"><code>hide</code></td>
<td class="type">
<span class="param-type">"fast"</span>
|
<span class="param-type">"slow"</span>
|
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"><p>Duration of "hide" effect. Time in milliseconds</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>position</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="attributes">
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">"left"</span>
|
<span class="param-type">"center"</span>
|
<span class="param-type">"right"</span>
|
<span class="param-type">"screenCenter"</span>
|
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"><p>Relative px value</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">"top"</span>
|
<span class="param-type">"bottom"</span>
|
<span class="param-type">"center"</span>
|
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"><p>Relative px value</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>expandable</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Defaults to large static picker - set to <code>true</code> to make an expandable
picker (small icon with popup) - set automatically when binded to input element; added by <code>$.fn.jPicker</code></p></td>
</tr>
<tr>
<td class="name"><code>liveUpdate</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Set <code>false</code> if you want the user to have to click "OK" before the
binded input box updates values (always <code>true</code> for expandable picker)</p></td>
</tr>
<tr>
<td class="name"><code>alphaSupport</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Set to <code>true</code> to enable alpha picking</p></td>
</tr>
<tr>
<td class="name"><code>alphaPrecision</code></td>
<td class="type">
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Set decimal precision for alpha percentage display - hex codes do
not map directly to percentage integers - range 0-2</p></td>
</tr>
<tr>
<td class="name"><code>updateInputColor</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Set to <code>false</code> to prevent binded input colors from changing</p></td>
</tr>
<tr>
<td class="name"><code>bindToInput</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>Added by <code>$.fn.jPicker</code></p></td>
</tr>
<tr>
<td class="name"><code>input</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.html">external:jQuery</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>Added by <code>$.fn.jPicker</code></p></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>mode</code></td>
<td class="type">
<span class="param-type">"h"</span>
|
<span class="param-type">"s"</span>
|
<span class="param-type">"v"</span>
|
<span class="param-type">"r"</span>
|
<span class="param-type">"g"</span>
|
<span class="param-type">"b"</span>
|
<span class="param-type">"a"</span>
</td>
<td class="description last"><p>Symbols stand for "h" (hue), "s" (saturation), "v" (value), "r" (red), "g" (green), "b" (blue), "a" (alpha)</p></td>
</tr>
<tr>
<td class="name"><code>active</code></td>
<td class="type">
<span class="param-type">Color</span>
|
<span class="param-type">string</span>
</td>
<td class="description last"><p>Strings are HEX values (e.g. #ffc000) WITH OR WITHOUT the "#" prefix</p></td>
</tr>
<tr>
<td class="name"><code>quickList</code></td>
<td class="type">
<span class="param-type">Array.<Color></span>
|
<span class="param-type">Array.<string></span>
</td>
<td class="description last"><p>The quick pick color list
Strings are HEX values (e.g. #ffc000) WITH OR WITHOUT the "#" prefix</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>images</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>clientPath</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"><p>Path to image files</p></td>
</tr>
<tr>
<td class="name"><code>colorMap</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsImagesDimensionsArrow">external:jQuery.fn.jPickerOptionsImagesDimensionsArrow</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>colorBar</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsImagesDimensionsArrow">external:jQuery.fn.jPickerOptionsImagesDimensionsArrow</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>picker</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsIconInfo">external:jQuery.fn.jPickerOptionsIconInfo</a></span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>localization</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last"><p>alter these to change the text presented by the picker (e.g. different language)</p>
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>text</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>title</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>newColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>currentColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>ok</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>cancel</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>tooltips</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>colors</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>newColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>currentColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>buttons</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>ok</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>cancel</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="name"><code>hue</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>saturation</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>red</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>green</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>blue</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>alpha</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsRadioTextboxLocale">external:jQuery.fn.jPickerOptionsRadioTextboxLocale</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>hex</code></td>
<td class="type">
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>textbox</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>alpha</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jPicker.js.html">editor/components/jgraduate/jQuery.jPicker.js</a>, <a href="editor_components_jgraduate_jQuery.jPicker.js.html#line1688">line 1688</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".jPickerOptionsIconInfo">jPickerOptionsIconInfo</h4>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</li>
</ul>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>file</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"><p>Color Map/Color Bar/Color Picker arrow icon</p></td>
</tr>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jPicker.js.html">editor/components/jgraduate/jQuery.jPicker.js</a>, <a href="editor_components_jgraduate_jQuery.jPicker.js.html#line1671">line 1671</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".jPickerOptionsImagesDimensionsArrow">jPickerOptionsImagesDimensionsArrow</h4>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</li>
</ul>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type"><a href="global.html#Float">Float</a></span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>arrow</code></td>
<td class="type">
<span class="param-type"><a href="external-jQuery.fn.html#.jPickerOptionsIconInfo">external:jQuery.fn.jPickerOptionsIconInfo</a></span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jPicker.js.html">editor/components/jgraduate/jQuery.jPicker.js</a>, <a href="editor_components_jgraduate_jQuery.jPicker.js.html#line1677">line 1677</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".jPickerOptionsRadioTextboxLocale">jPickerOptionsRadioTextboxLocale</h4>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#PlainObject">PlainObject</a></span>
</li>
</ul>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>radio</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>textbox</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="editor_components_jgraduate_jQuery.jPicker.js.html">editor/components/jgraduate/jQuery.jPicker.js</a>, <a href="editor_components_jgraduate_jQuery.jPicker.js.html#line1683">line 1683</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-blur.html">blur</a></li><li><a href="module-browser.html">browser</a></li><li><a href="module-clear.html">clear</a></li><li><a href="module-contextmenu.html">contextmenu</a></li><li><a href="module-coords.html">coords</a></li><li><a href="module-draw.html">draw</a></li><li><a href="module-elem-get-set%2520get%2520and%2520set%2520methods..html">elem-get-set get and set methods.</a></li><li><a href="module-event.html">event</a></li><li><a href="module-history.html">history</a></li><li><a href="module-jGraduate.html">jGraduate</a></li><li><a href="module-jPicker.html">jPicker</a></li><li><a href="module-jQueryAttr.html">jQueryAttr</a></li><li><a href="module-layer.html">layer</a></li><li><a href="module-locale.html">locale</a></li><li><a href="module-math.html">math</a></li><li><a href="module-namespaces.html">namespaces</a></li><li><a href="module-path.html">path</a></li><li><a href="module-recalculate.html">recalculate</a></li><li><a href="module-sanitize.html">sanitize</a></li><li><a href="module-select.html">select</a></li><li><a href="module-selected-elem.html">selected-elem</a></li><li><a href="module-selection.html">selection</a></li><li><a href="module-svg.html">svg</a></li><li><a href="module-svgcanvas.html">svgcanvas</a></li><li><a href="module-SVGEditor.html">SVGEditor</a></li><li><a href="module-text-actions%2520Tools%2520for%2520Text%2520edit%2520functions.html">text-actions Tools for Text edit functions</a></li><li><a href="module-undo.html">undo</a></li><li><a href="module-units.html">units</a></li><li><a href="module-utilities.html">utilities</a></li></ul><h3>Externals</h3><ul><li><a href="external-JamilihArray.html">JamilihArray</a></li><li><a href="external-jQuery.html">jQuery</a></li><li><a href="external-Math.html">Math</a></li><li><a href="external-MouseEvent.html">MouseEvent</a></li><li><a href="external-Window.html">Window</a></li></ul><h3>Namespaces</h3><ul><li><a href="external-jQuery.fn.html">fn</a></li><li><a href="external-jQuery.fn.$.fn.jPicker.defaults.html">defaults</a></li><li><a href="external-jQuery.fn.exports.jPickerMethod.html">exports.jPickerMethod</a></li><li><a href="external-jQuery.fn.jGraduateDefaults.html">jGraduateDefaults</a></li><li><a href="external-jQuery.fn.jGraduateDefaults.images.html">images</a></li><li><a href="external-jQuery.fn.jGraduateDefaults.window.html">window</a></li><li><a href="external-jQuery.jGraduate.html">jGraduate</a></li><li><a href="external-jQuery.jPicker.html">jPicker</a></li><li><a href="external-jQuery.jPicker.ColorMethods.html">ColorMethods</a></li><li><a href="module-path.html#.pathActions">pathActions</a></li><li><a href="module-svgcanvas.SvgCanvas_pathActions.html">pathActions</a></li><li><a href="module-svgcanvas.SvgCanvas_textActions.html">textActions</a></li></ul><h3>Classes</h3><ul><li><a href="BottomPanel.html">BottomPanel</a></li><li><a href="configObj.html">configObj</a></li><li><a href="Dropdown.html">Dropdown</a></li><li><a href="EditorStartup.html">EditorStartup</a></li><li><a href="ElixMenuButton.html">ElixMenuButton</a></li><li><a href="ElixNumberSpinBox.html">ElixNumberSpinBox</a></li><li><a href="ExplorerButton.html">ExplorerButton</a></li><li><a href="external-jQuery.jGraduate.Paint.html">Paint</a></li><li><a href="external-jQuery.jPicker.Color.html">Color</a></li><li><a href="FlyingButton.html">FlyingButton</a></li><li><a href="LayersPanel.html">LayersPanel</a></li><li><a href="LeftPanel.html">LeftPanel</a></li><li><a href="MainMenu.html">MainMenu</a></li><li><a href="module.exports.html">exports</a></li><li><a href="module.exports_module.exports.html">exports</a></li><li><a href="module-draw.Drawing.html">Drawing</a></li><li><a href="module-draw.Layer.html">Layer</a></li><li><a href="module-history.BatchCommand.html">BatchCommand</a></li><li><a href="module-history.ChangeElementCommand.html">ChangeElementCommand</a></li><li><a href="module-history.Command.html">Command</a></li><li><a href="module-history.HistoryRecordingService.html">HistoryRecordingService</a></li><li><a href="module-history.InsertElementCommand.html">InsertElementCommand</a></li><li><a href="module-history.MoveElementCommand.html">MoveElementCommand</a></li><li><a href="module-history.RemoveElementCommand.html">RemoveElementCommand</a></li><li><a href="module-history.UndoManager.html">UndoManager</a></li><li><a href="module-jPicker.module.exports.html">module.exports</a></li><li><a href="module-layer.Layer.html">Layer</a></li><li><a href="module-path.Path.html">Path</a></li><li><a href="module-path.Segment.html">Segment</a></li><li><a href="module-select.Selector.html">Selector</a></li><li><a href="module-select.SelectorManager.html">SelectorManager</a></li><li><a href="module-svgcanvas.SvgCanvas.html">SvgCanvas</a></li><li><a href="module-SVGEditor-Editor.html">Editor</a></li><li><a href="NumberSpinBox.html">NumberSpinBox</a></li><li><a href="PaintBox.html">PaintBox</a></li><li><a href="PlainNumberSpinBox.html">PlainNumberSpinBox</a></li><li><a href="Rulers.html">Rulers</a></li><li><a href="SeCMenuDialog.html">SeCMenuDialog</a></li><li><a href="SeCMenuLayerDialog.html">SeCMenuLayerDialog</a></li><li><a href="SeColorPicker.html">SeColorPicker</a></li><li><a href="SeEditPrefsDialog.html">SeEditPrefsDialog</a></li><li><a href="SeExportDialog.html">SeExportDialog</a></li><li><a href="SeImgPropDialog.html">SeImgPropDialog</a></li><li><a href="SEInput.html">SEInput</a></li><li><a href="SeList.html">SeList</a></li><li><a href="SeMenu.html">SeMenu</a></li><li><a href="SeMenuItem.html">SeMenuItem</a></li><li><a href="SEPalette.html">SEPalette</a></li><li><a href="SePlainAlertDialog.html">SePlainAlertDialog</a></li><li><a href="SePlainBorderButton.html">SePlainBorderButton</a></li><li><a href="SePromptDialog.html">SePromptDialog</a></li><li><a href="SESpinInput.html">SESpinInput</a></li><li><a href="SeStorageDialog.html">SeStorageDialog</a></li><li><a href="SeSvgSourceEditorDialog.html">SeSvgSourceEditorDialog</a></li><li><a href="SeText.html">SeText</a></li><li><a href="ToolButton.html">ToolButton</a></li><li><a href="TopPanel.html">TopPanel</a></li></ul><h3>Interfaces</h3><ul><li><a href="module-coords.EditorContext.html">EditorContext</a></li><li><a href="module-draw.DrawCanvasInit.html">DrawCanvasInit</a></li><li><a href="module-history.HistoryCommand.html">HistoryCommand</a></li><li><a href="module-history.HistoryEventHandler.html">HistoryEventHandler</a></li><li><a href="module-locale.LocaleEditorInit.html">LocaleEditorInit</a></li><li><a href="module-path.EditorContext.html">EditorContext</a></li><li><a href="module-recalculate.EditorContext.html">EditorContext</a></li><li><a href="module-select.SVGFactory.html">SVGFactory</a></li><li><a href="module-svgcanvas.PrivateMethods.html">PrivateMethods</a></li><li><a href="module-SVGEditor.Config.html">Config</a></li><li><a href="module-SVGEditor.Prefs.html">Prefs</a></li><li><a href="module-SVGthis.CustomHandler.html">CustomHandler</a></li><li><a href="module-units.ElementContainer.html">ElementContainer</a></li><li><a href="module-utilities.EditorContext.html">EditorContext</a></li></ul><h3>Events</h3><ul><li><a href="module-history-Command.html#event:event:history">history</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:changed">changed</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:cleared">cleared</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:contextset">contextset</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:exported">exported</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:exportedPDF">exportedPDF</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_addLangData">ext_addLangData</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_callback">ext_callback</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_canvasUpdated">ext_canvasUpdated</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_elementChanged">ext_elementChanged</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_elementTransition">ext_elementTransition</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_IDsUpdated">ext_IDsUpdated</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_langChanged">ext_langChanged</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_langReady">ext_langReady</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_mouseDown">ext_mouseDown</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_mouseMove">ext_mouseMove</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_mouseUp">ext_mouseUp</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_onNewDocument">ext_onNewDocument</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_selectedChanged">ext_selectedChanged</a></li><li><a href="module-svgcanvas.SvgCanvas.html#event:event:ext_toolButtonStateUpdate">ext_toolButtonStateUpdate</a></li><li><a