Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 57386 Details for
Bug 101982
simple test case for |onbroadcast| handler
101982.xul (text/plain), 570 bytes, created by
Chris Waterson
(
hide
)
Description:
simple test case for |onbroadcast| handler
Filename:
MIME Type:
Creator:
Chris Waterson
Size:
570 bytes
patch
obsolete
><?xml version="1.0"?> <!-- -*- Mode: HTML -*- --> > ><?xml-stylesheet href="chrome://global/skin" type="text/css"?> > ><window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" > width="400" height="300"> > <button label="blah" persist="something" id="something-else" ref="another-thing" count="1" > onclick="setAttribute('count', getAttribute('count') + 1);"/> > <button> > <observes element="something-else" attribute="*" > onbroadcast="dump('count = ' + parentNode.getAttribute('count') + '\n');" /> > </button> ></window>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 101982
: 57386 |
57387
|
57388
|
57390
|
57392
|
57986