~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-15 06:17:23 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:233
Added a shaky implementation of EditArea as the text editor.
Installed the EditArea files in media/common.
FileBrowser app includes EditArea.
editor.js calls the appropriate methods to set up an EditArea and the Save
button saves its contents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    req.styles = ["media/browser/browser.css"]
36
36
    req.scripts = [
37
37
        "media/common/json2.js",
 
38
        "media/common/edit_area/edit_area_full.js",
38
39
        "media/common/util.js",
39
40
        "media/browser/browser.js",
40
41
        "media/browser/listing.js",