Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945270
test.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
907 B
Subscribers
None
test.html
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<
html
>
<
head
>
<
title
>
widget infrastructure test
</
title
>
<
script
type
=
"text/javascript"
src
=
"../../dojo/dojo.js"
djConfig
=
"isDebug: true, debugAtAllCosts: true"
></
script
>
<
script
type
=
"text/javascript"
>
dojo
.
require
(
"dijit.form.Button"
);
</
script
>
<
style
type
=
"text/css"
>
@
import
"../../dojo/resources/dojo.css"
;
@
import
"../themes/tundra/tundra.css"
;
@
import
"css/dijitTests.css"
;
body
{
padding
:
5
em
;
}
</
style
>
</
head
>
<
body
class
=
"tundra"
>
<
button
id
=
"b1"
style
=
"background: yellow;"
>
button #1
</
button
>
<
button
id
=
"b2"
style
=
"background: orange;"
>
button #2
</
button
>
<
button
id
=
"b3"
style
=
"background: violet;"
>
button #3
</
button
>
<
script
>
for
(
var
i
=
1
;
i
<=
3
;
i
++
){
var
node
=
dojo
.
byId
(
"b"
+
i
);
var
myButton
=
new
dijit
.
form
.
Button
(
null
,
node
);
}
</
script
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 26, 01:39 (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24314
Default Alt Text
test.html (907 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment