Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391641
connect.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
973 B
Subscribers
None
connect.html
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<
html
>
<
head
>
<
title
>
Testing dojo.behavior
</
title
>
<
style
type
=
"text/css"
>
@
import
"../resources/dojo.css"
;
@
import
"../../dijit/themes/tundra/tundra.css"
;
</
style
>
<
script
type
=
"text/javascript"
src
=
"../dojo.js"
djConfig
=
"isDebug: true"
></
script
>
<
script
type
=
"text/javascript"
>
dojo
.
require
(
"dojo.parser"
);
dojo
.
require
(
"dijit.form.Button"
);
</
script
>
</
head
>
<
body
class
=
"tundra"
>
<
span
dojoType
=
"dijit.form.Button"
>
blah
<
script
type
=
"dojo/connect"
>
console
.
debug
(
this
.
domNode
.
innerHTML
);
</
script
>
<
script
type
=
"dojo/connect"
event
=
"onClick"
>
alert
(
"we shouldn't see this, it'll be replaced by the next handler"
);
console
.
debug
(
this
.
domNode
.
innerHTML
);
</
script
>
<
script
type
=
"dojo/connect"
event
=
"onClick"
replace
=
"true"
>
console
.
debug
(
this
.
domNode
.
innerHTML
.
length
);
</
script
>
</
span
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Feb 22, 20:24 (1 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23506
Default Alt Text
connect.html (973 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment