Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 208342 Details for
Bug 365968
Improve how the editor is using requirejs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
example using global.js
simple.html (text/plain), 1.01 KB, created by
Felipe Heidrich
on 2011-12-13 15:57:31 EST
(
hide
)
Description:
example using global.js
Filename:
MIME Type:
Creator:
Felipe Heidrich
Created:
2011-12-13 15:57:31 EST
Size:
1.01 KB
patch
obsolete
><!DOCTYPE html> ><html> ><head> ><meta name="copyright" content="Copyright (c) IBM Corporation and others 2011."/> ><meta http-equiv="PRAGMA" content="NO-CACHE"/> ><meta http-equiv="Expires" content="-1"/> ><title>TextView/global.js</title> > ><script src="../../orion/textview/global.js"></script> ><script src="../../orion/textview/eventTarget.js"></script> ><script src="../../orion/textview/keyBinding.js"></script> ><script src="../../orion/textview/textModel.js"></script> ><script src="../../orion/textview/textView.js"></script> > ><script type="text/javascript"> > >function onload() { > var options = { > parent: "divParent", > stylesheet: "../../orion/textview/textview.css", > tabSize: 4 > }; > var textView = new orion.textview.TextView(options); > textView.setText("Hello World"); >} > ></script> ></head> ><body onload='onload()'> > > > ><h3>Simple TextView example using global.js to define global names.</h3> > ><div id='divParent' style='width:100%;height:650px;border: 1px solid teal;'> ></div> > ></body> ></html>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 365968
: 208342 |
208343
|
208344