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 208344 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 almond
simpleAlmond.html (text/plain), 1016 bytes, created by
Felipe Heidrich
on 2011-12-13 15:58:23 EST
(
hide
)
Description:
example using almond
Filename:
MIME Type:
Creator:
Felipe Heidrich
Created:
2011-12-13 15:58:23 EST
Size:
1016 bytes
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/almond</title> > ><script src="../../almond/almond.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"> > >require(["orion/textview/textView"], function (mTextView) { > var options = { > parent: "divParent", > stylesheet: "../../orion/textview/textview.css", > tabSize: 4 > }; > var textView = new mTextView.TextView(options); > textView.setText("Hello World"); >}); > ></script> ></head> ><body> > > ><h3>Simple TextView example using almond.</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