Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F886037
test_ColorPicker.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
test_ColorPicker.html
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<
html
>
<
head
>
<
title
>
Dojox ColorPicker Test
</
title
>
<
style
type
=
"text/css"
>
@
import
"../../../dojo/resources/dojo.css"
;
@
import
"../../../dijit/themes/tundra/tundra.css"
;
@
import
"../../../dijit/themes/dijit.css"
;
@
import
"../../../dijit/tests/css/dijitTests.css"
;
@
import
"../ColorPicker/ColorPicker.css"
;
</
style
>
<
script
type
=
"text/javascript"
src
=
"../../../dojo/dojo.js"
djConfig
=
"isDebug:true, parseOnLoad: true"
></
script
>
<
script
type
=
"text/javascript"
src
=
"../ColorPicker.js"
></
script
>
<
script
type
=
"text/javascript"
>
// dojo.require("dojox.widget.ColorPicker");
dojo
.
require
(
"dojo.parser"
);
// scan page for widgets and instantiate them
</
script
>
</
head
>
<
body
class
=
"tundra"
>
<
h1
class
=
"testTitle"
>
Dojox ColorPicker test
</
h1
>
<
h3
>
defaults:
</
h3
>
<
div
id
=
"picker"
dojoType
=
"dojox.widget.ColorPicker"
onChange
=
"console.log('new val:',this.value)"
></
div
>
<
h3
>
no animation, no hsv, no rgb, no webSafe info:
</
h3
>
<
div
id
=
"pickerToo"
dojoType
=
"dojox.widget.ColorPicker"
animatePoint
=
"false"
showHsv
=
"false"
showRgb
=
"false"
webSafe
=
"false"
onChange
=
"console.log('new val:',this.value)"
></
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sun, Apr 6, 21:50 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27220
Default Alt Text
test_ColorPicker.html (1 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment