erp_app 3.1.16 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/app/controllers/erp_app/desktop/configuration_management/base_controller.rb +2 -2
- data/app/controllers/erp_app/desktop/configuration_management/options_controller.rb +14 -14
- data/app/controllers/erp_app/desktop/configuration_management/types_controller.rb +3 -3
- data/app/controllers/erp_app/desktop/control_panel/application_management_controller.rb +2 -2
- data/app/controllers/erp_app/desktop/file_manager/base_controller.rb +1 -1
- data/app/controllers/erp_app/desktop/job_tracker/base_controller.rb +5 -6
- data/app/controllers/erp_app/desktop/security_management/base_controller.rb +7 -7
- data/app/controllers/erp_app/desktop/security_management/capabilities_controller.rb +37 -42
- data/app/controllers/erp_app/desktop/security_management/groups_controller.rb +70 -75
- data/app/controllers/erp_app/desktop/security_management/roles_controller.rb +63 -68
- data/app/controllers/erp_app/desktop/security_management/users_controller.rb +45 -50
- data/app/controllers/erp_app/login_controller.rb +20 -11
- data/app/controllers/erp_app/mobile/user_management/base_controller.rb +4 -5
- data/app/controllers/erp_app/organizer/application_management_controller.rb +47 -0
- data/app/controllers/erp_app/organizer/crm/contact_mechanisms_controller.rb +150 -0
- data/app/controllers/erp_app/organizer/crm/parties_controller.rb +326 -0
- data/app/controllers/erp_app/organizer/crm/relationship_controller.rb +28 -30
- data/app/controllers/erp_app/organizer/crm/users_controller.rb +250 -0
- data/app/controllers/erp_app/public_controller.rb +9 -2
- data/app/controllers/erp_app/shared/audit_log_controller.rb +68 -0
- data/app/controllers/erp_app/shared/configuration_controller.rb +3 -3
- data/app/controllers/erp_app/shared/notes_controller.rb +50 -40
- data/app/controllers/erp_app/widget_proxy_controller.rb +6 -4
- data/app/models/application.rb +8 -2
- data/app/models/configuration.rb +46 -24
- data/app/models/configuration_item.rb +8 -0
- data/app/models/desktop.rb +0 -14
- data/app/models/organizer.rb +0 -14
- data/app/models/widget.rb +0 -3
- data/app/views/erp_app/desktop/base/index.erb +28 -35
- data/app/views/erp_app/login/index.erb +5 -2
- data/app/views/erp_app/organizer/base/index.erb +22 -17
- data/app/views/erp_app/organizer/crm/parties/details.erb +89 -0
- data/app/views/erp_app/pixlr/close.erb +5 -0
- data/config/routes.rb +74 -42
- data/db/data_migrations/20130703181549_create_tail_desktop_application.rb +4 -7
- data/db/data_migrations/20131102171801_add_customer_role_type.rb +11 -0
- data/db/data_migrations/20131108191057_add_customer_employee_reln.rb +26 -0
- data/db/data_migrations/20140122205941_remove_theme_preference.rb +21 -0
- data/db/migrate/20131112013049_add_erp_app_missing_indexes.rb +31 -0
- data/db/migrate/20131129205550_add_precedence_to_configuration_item_types.rb +7 -0
- data/lib/active_ext/active_ext.rb +1 -1
- data/lib/active_ext/ext_helpers/field_builder.rb +140 -140
- data/lib/erp_app/application_resource_loader/desktop_organizer_loader.rb +1 -2
- data/lib/erp_app/engine.rb +0 -5
- data/lib/erp_app/extensions/active_record/has_user_preferences.rb +70 -69
- data/lib/erp_app/extensions/railties/action_view/helpers/include_helper.rb +29 -27
- data/lib/erp_app/version.rb +7 -3
- data/lib/erp_app/widgets/base.rb +21 -4
- data/lib/erp_app/widgets/loader.rb +2 -2
- data/lib/erp_app.rb +1 -0
- data/lib/generators/cms_widget/USAGE +0 -6
- data/lib/generators/cms_widget/templates/javascript/base.js.erb +1 -1
- data/lib/generators/desktop_application/templates/migrate/migration_template.erb +4 -6
- data/lib/generators/organizer_application/templates/controllers/controller_template.erb +1 -2
- data/lib/generators/organizer_application/templates/public/base.js.erb +21 -25
- data/public/images/art/compass-ae-logo-reverse-1.png +0 -0
- data/public/images/btn/save/save_16x16.png +0 -0
- data/public/images/btn/save_all/save_all_16x16.png +0 -0
- data/public/images/btn_light/add/add_16x16.png +0 -0
- data/public/images/btn_light/left_panel/left_panel_16x16.png +0 -0
- data/public/images/btn_light/left_right_panel/left_right_panel_16x16.png +0 -0
- data/public/images/btn_light/right_panel/right_panel_16x16.png +0 -0
- data/public/images/btn_light/save/save_16x16.png +0 -0
- data/public/images/btn_light/save_all/save_all_16x16.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_capabilities.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_groups.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_roles.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_users.png +0 -0
- data/public/images/erp_app/desktop/compass_logo_start_icon.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/business.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/business_64x64.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/customer-contact.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/customer_360_64x64.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/people.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/person.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/toolbar_find.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/vcard.png +0 -0
- data/public/images/icons/add/add_16x16.png +0 -0
- data/public/images/icons/add/add_light_16x16.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_16x16.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_32x32.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_48x48.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_16x16.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_32x32.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_48x48.png +0 -0
- data/public/images/icons/article/article_16x16.png +0 -0
- data/public/images/icons/blog/blog_16x16.png +0 -0
- data/public/images/icons/blog/blog_24x24.png +0 -0
- data/public/images/icons/blog/blog_32x32.png +0 -0
- data/public/images/icons/blog/blog_48x48.png +0 -0
- data/public/images/icons/book/book_16x16.png +0 -0
- data/public/images/icons/calendar/calendar_16x16.png +0 -0
- data/public/images/icons/calendar/calendar_64x64.png +0 -0
- data/public/images/icons/calendar/calendar_light_16x16.png +0 -0
- data/public/images/icons/code/code_16x16.png +0 -0
- data/public/images/icons/console/console_16x16.png +0 -0
- data/public/images/icons/console/console_64x64.png +0 -0
- data/public/images/icons/contact-us/contact-us_48x48.png +0 -0
- data/public/images/icons/content/content_16x16.png +0 -0
- data/public/images/icons/control_panel/control_panel_16x16.png +0 -0
- data/public/images/icons/control_panel/control_panel_48x48.png +0 -0
- data/public/images/icons/control_panel/control_panel_64x64.png +0 -0
- data/public/images/icons/copy/copy_16x16.png +0 -0
- data/public/images/icons/creditcards/creditcards_16x16.png +0 -0
- data/public/images/icons/creditcards/creditcards_24x24.png +0 -0
- data/public/images/icons/creditcards/creditcards_32x32.png +0 -0
- data/public/images/icons/creditcards/creditcards_48x48.png +0 -0
- data/public/images/icons/creditcards/creditcards_64x64.png +0 -0
- data/public/images/icons/crm/crm_16x16.png +0 -0
- data/public/images/icons/crm/crm_light_16x16.png +0 -0
- data/public/images/icons/csr/csr_16x16.png +0 -0
- data/public/images/icons/csr/csr_256x256.png +0 -0
- data/public/images/icons/csr/csr_500x500.png +0 -0
- data/public/images/icons/data/data_16x16.png +0 -0
- data/public/images/icons/data/data_64x64.png +0 -0
- data/public/images/icons/database/database_16x16.png +0 -0
- data/public/images/icons/database_column/database_column_16x16.png +0 -0
- data/public/images/icons/db_edit_data/db_edit_data_16x16.png +0 -0
- data/public/images/icons/db_table/db_table_16x16.png +0 -0
- data/public/images/icons/delete/delete_16x16.png +0 -0
- data/public/images/icons/doc_settings/doc_settings_16x16.png +0 -0
- data/public/images/icons/document/document_16x16.png +0 -0
- data/public/images/icons/document_lock/document_lock_16x16.png +0 -0
- data/public/images/icons/document_pulse/document_pulse_64x64.png +0 -0
- data/public/images/icons/edit/edit_16x16.png +0 -0
- data/public/images/icons/exit/exit_16x16.png +0 -0
- data/public/images/icons/eye/eye_16x16.png +0 -0
- data/public/images/icons/eye/eye_24x24.png +0 -0
- data/public/images/icons/eye/eye_32x32.png +0 -0
- data/public/images/icons/eye/eye_48x48.png +0 -0
- data/public/images/icons/fieldtypes/business_party.png +0 -0
- data/public/images/icons/fieldtypes/check.png +0 -0
- data/public/images/icons/fieldtypes/date.png +0 -0
- data/public/images/icons/fieldtypes/display.png +0 -0
- data/public/images/icons/fieldtypes/email.png +0 -0
- data/public/images/icons/fieldtypes/file.png +0 -0
- data/public/images/icons/fieldtypes/file_assets.png +0 -0
- data/public/images/icons/fieldtypes/image.png +0 -0
- data/public/images/icons/fieldtypes/money.png +0 -0
- data/public/images/icons/fieldtypes/number.png +0 -0
- data/public/images/icons/fieldtypes/password.png +0 -0
- data/public/images/icons/fieldtypes/question.png +0 -0
- data/public/images/icons/fieldtypes/radio.png +0 -0
- data/public/images/icons/fieldtypes/select.png +0 -0
- data/public/images/icons/fieldtypes/text.png +0 -0
- data/public/images/icons/fieldtypes/text.psd +0 -0
- data/public/images/icons/fieldtypes/text_area.png +0 -0
- data/public/images/icons/fieldtypes/time.png +0 -0
- data/public/images/icons/fieldtypes/yes_no.png +0 -0
- data/public/images/icons/file_manager/file_manager_16x16.png +0 -0
- data/public/images/icons/file_manager/file_manager_light_16x16.png +0 -0
- data/public/images/icons/folders/folders_64x64.png +0 -0
- data/public/images/icons/footprints/footprints_16x16.png +0 -0
- data/public/images/icons/footprints/footprints_light_16x16.png +0 -0
- data/public/images/icons/form/form_16x16.png +0 -0
- data/public/images/icons/form/form_light_16x16.png +0 -0
- data/public/images/icons/gantt/gantt_24x24.png +0 -0
- data/public/images/icons/gear/gear_16x16.png +0 -0
- data/public/images/icons/gear/gear_light_16x16.png +0 -0
- data/public/images/icons/globe/globe_16x16.png +0 -0
- data/public/images/icons/globe/globe_64x64.png +0 -0
- data/public/images/icons/globe/globe_light_16x16.png +0 -0
- data/public/images/icons/google-map/google-map_48x48.png +0 -0
- data/public/images/icons/grid/grid_16x16.png +0 -0
- data/public/images/icons/grid/grid_64x64.png +0 -0
- data/public/images/icons/hierarchy/hierarchy_16x16.png +0 -0
- data/public/images/icons/history/history_16x16.png +0 -0
- data/public/images/icons/history/history_64x64.png +0 -0
- data/public/images/icons/history/history_light_16x16.png +0 -0
- data/public/images/icons/home/home_16x16.png +0 -0
- data/public/images/icons/home/home_48x48.png +0 -0
- data/public/images/icons/ia/ia_16x16.png +0 -0
- data/public/images/icons/information/information_16x16.png +0 -0
- data/public/images/icons/invoicing/invoicing_48x48.png +0 -0
- data/public/images/icons/invoicing/invoicing_64x64.png +0 -0
- data/public/images/icons/key/key_16x16.png +0 -0
- data/public/images/icons/key/key_64x64.png +0 -0
- data/public/images/icons/knitkit/knitkit_16x16.png +0 -0
- data/public/images/icons/knitkit/knitkit_48x48.png +0 -0
- data/public/images/icons/knitkit/knitkit_light_16x16.png +0 -0
- data/public/images/icons/login/login_48x48.png +0 -0
- data/public/images/icons/magnifying-glass/magnifying-glass_48x48.png +0 -0
- data/public/images/icons/mail/mail_16x16.png +0 -0
- data/public/images/icons/mail/mail_24x24.png +0 -0
- data/public/images/icons/mail/mail_32x32.png +0 -0
- data/public/images/icons/mail/mail_48x48.png +0 -0
- data/public/images/icons/manage-profile/manage-profile_48x48.png +0 -0
- data/public/images/icons/menu/menu_16x16.png +0 -0
- data/public/images/icons/ordered_list/ordered_list_16x16.png +0 -0
- data/public/images/icons/package/package_16x16.png +0 -0
- data/public/images/icons/package/package_64x64.png +0 -0
- data/public/images/icons/package/package_light_16x16.png +0 -0
- data/public/images/icons/palette/palette_64x64.png +0 -0
- data/public/images/icons/person/person_16x16.png +0 -0
- data/public/images/icons/phone/phone_16x16.png +0 -0
- data/public/images/icons/phone/phone_64x64.png +0 -0
- data/public/images/icons/picture/picture_16x16.png +0 -0
- data/public/images/icons/play/play_16x16.png +0 -0
- data/public/images/icons/product/product_16x16.png +0 -0
- data/public/images/icons/product/product_64x64.png +0 -0
- data/public/images/icons/product/product_light_16x16.png +0 -0
- data/public/images/icons/query/query_16x16.png +0 -0
- data/public/images/icons/redo/redo_16x16.png +0 -0
- data/public/images/icons/refresh/refresh_16x16.png +0 -0
- data/public/images/icons/report/report_16x16.png +0 -0
- data/public/images/icons/reset-password/reset-password_48x48.png +0 -0
- data/public/images/icons/rowselect/rowselect_16x16.png +0 -0
- data/public/images/icons/save/save_16x16.png +0 -0
- data/public/images/icons/save_as/save_as_16x16.png +0 -0
- data/public/images/icons/scaffold/scaffold_16x16.png +0 -0
- data/public/images/icons/scaffold/scaffold_light_16x16.png +0 -0
- data/public/images/icons/search/search_16x16.png +0 -0
- data/public/images/icons/search/search_24x24.png +0 -0
- data/public/images/icons/search/search_32x32.png +0 -0
- data/public/images/icons/search/search_48x48.png +0 -0
- data/public/images/icons/search/search_light_16x16.png +0 -0
- data/public/images/icons/section/section_16x16.png +0 -0
- data/public/images/icons/section/section_24x24.png +0 -0
- data/public/images/icons/section/section_32x32.png +0 -0
- data/public/images/icons/section/section_48x48.png +0 -0
- data/public/images/icons/section_lock/section_lock_16x16.png +0 -0
- data/public/images/icons/section_lock/section_lock_24x24.png +0 -0
- data/public/images/icons/section_lock/section_lock_32x32.png +0 -0
- data/public/images/icons/section_lock/section_lock_48x48.png +0 -0
- data/public/images/icons/secure/secure_16x16.png +0 -0
- data/public/images/icons/settings/settings_16x16.png +0 -0
- data/public/images/icons/settings/settings_light_16x16.png +0 -0
- data/public/images/icons/shopping_cart/shopping_card_64x64.png +0 -0
- data/public/images/icons/shopping_cart/shopping_cart_32x32.png +0 -0
- data/public/images/icons/shopping_cart/shopping_cart_48x48.png +0 -0
- data/public/images/icons/sign_up/sign_up_32x32.png +0 -0
- data/public/images/icons/sign_up/sign_up_48x48.png +0 -0
- data/public/images/icons/sign_up/sign_up_64x64.png +0 -0
- data/public/images/icons/signup/signup_48x48.png +0 -0
- data/public/images/icons/simple_arrow/simple_arrow_16x16.png +0 -0
- data/public/images/icons/small_gear/small_gear_16x16.png +0 -0
- data/public/images/icons/sql/sql_16x16.png +0 -0
- data/public/images/icons/tables/tables_16x16.png +0 -0
- data/public/images/icons/theme/theme_16x16.png +0 -0
- data/public/images/icons/theme_upload/theme_upload_16x16.png +0 -0
- data/public/images/icons/ticket/tag_16x16.png +0 -0
- data/public/images/icons/undo/undo_16x16.png +0 -0
- data/public/images/icons/user/user_128x128.png +0 -0
- data/public/images/icons/user/user_16x16.png +0 -0
- data/public/images/icons/user/user_64x64.png +0 -0
- data/public/images/icons/user/user_light_16x16.png +0 -0
- data/public/images/icons/user_mgt/user_mgt_16x16.png +0 -0
- data/public/images/icons/user_mgt/user_mgt_light_16x16.png +0 -0
- data/public/images/icons/vcard/vcard_16x16.png +0 -0
- data/public/images/icons/view/view_16x16.png +0 -0
- data/public/images/icons/view/view_24x24.png +0 -0
- data/public/images/icons/view/view_32x32.png +0 -0
- data/public/images/icons/view/view_48x48.png +0 -0
- data/public/images/icons/warning/waring_16x16.png +0 -0
- data/public/images/icons/website/website_16x16.png +0 -0
- data/public/images/icons/website_download/website_download_16x16.png +0 -0
- data/public/images/icons/website_publications/website_publications_16x16.png +0 -0
- data/public/images/icons/website_upload/website_upload_16x16.png +0 -0
- data/public/images/loading_icon.gif +0 -0
- data/public/images/splash_screen/browse_docs_icon.png +0 -0
- data/public/images/splash_screen/desktop_icon.png +0 -0
- data/public/images/tab/tab-default-close.png +0 -0
- data/public/javascripts/erp_app/authentication/compass_user.js +77 -69
- data/public/javascripts/erp_app/ckeditor/ckeditor.js +927 -152
- data/public/javascripts/erp_app/ckeditor/config.js +12 -11
- data/public/javascripts/erp_app/ckeditor/contents.css +84 -6
- data/public/javascripts/erp_app/ckeditor/lang/en.js +3 -4
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +8 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -0
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/about.js +7 -6
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/clipboard/dialogs/paste.js +11 -7
- data/public/javascripts/erp_app/ckeditor/plugins/codemirror/lang/en.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/codemirror/plugin.js +756 -59
- data/public/javascripts/erp_app/ckeditor/plugins/colordialog/dialogs/colordialog.js +13 -7
- data/public/javascripts/erp_app/ckeditor/plugins/dialog/dialogDefinition.js +4 -4
- data/public/javascripts/erp_app/ckeditor/plugins/div/dialogs/div.js +9 -8
- data/public/javascripts/erp_app/ckeditor/{images → plugins/fakeobjects/images}/spacer.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/find/dialogs/find.js +24 -10
- data/public/javascripts/erp_app/ckeditor/plugins/flash/dialogs/flash.js +24 -9
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/button.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/checkbox.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/form.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/radio.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/select.js +20 -9
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textfield.js +10 -6
- data/public/javascripts/erp_app/ckeditor/plugins/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/icons_hidpi.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/iframe/dialogs/iframe.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/image/dialogs/image.js +43 -13
- data/public/javascripts/erp_app/ckeditor/{skins/kama → plugins/image}/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/inlineeditsave/plugin.js +3 -1
- data/public/javascripts/erp_app/ckeditor/plugins/knitkitthemes/plugin.js +2 -5
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/anchor.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/link.js +36 -12
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/anchor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/pastefromword/filter/default.js +31 -11
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/LICENSE.md +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/README.md +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/options.js +20 -8
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/toolbar.css +70 -5
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/dialogs/smiley.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/he.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/vi.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -7
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js +418 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/de.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/en.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/fr.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/zh-cn.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/plugin.js +144 -0
- data/public/javascripts/erp_app/ckeditor/plugins/table/dialogs/table.js +21 -9
- data/public/javascripts/erp_app/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -8
- data/public/javascripts/erp_app/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- data/public/javascripts/erp_app/ckeditor/plugins/templates/dialogs/templates.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/templates/templates/default.js +6 -6
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/LICENSE.md +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/README.md +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/ciframe.html +17 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/tmp.html +131 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.css +77 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.js +67 -7
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc_ie.js +11 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie7.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie8.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_iequirks.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_opera.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor.css +20 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_gecko.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie7.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie8.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_iequirks.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/arrow.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/close.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/lock.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/refresh.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/readme.md +51 -0
- data/public/javascripts/erp_app/ckeditor/styles.js +111 -0
- data/public/javascripts/erp_app/codemirror/lib/codemirror.css +204 -106
- data/public/javascripts/erp_app/codemirror/lib/codemirror.js +55 -3165
- data/public/javascripts/erp_app/codemirror/theme/3024-day.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/3024-night.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/ambiance-mobile.css +5 -0
- data/public/javascripts/erp_app/codemirror/theme/ambiance.css +10 -17
- data/public/javascripts/erp_app/codemirror/theme/base16-dark.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/base16-light.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/blackboard.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/cobalt.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/eclipse.css +3 -5
- data/public/javascripts/erp_app/codemirror/theme/elegant.css +4 -1
- data/public/javascripts/erp_app/codemirror/theme/erlang-dark.css +19 -10
- data/public/javascripts/erp_app/codemirror/theme/lesser-dark.css +9 -10
- data/public/javascripts/erp_app/codemirror/theme/mbo.css +37 -0
- data/public/javascripts/erp_app/codemirror/theme/mdn-like.css +44 -0
- data/public/javascripts/erp_app/codemirror/theme/midnight.css +43 -0
- data/public/javascripts/erp_app/codemirror/theme/monokai.css +5 -4
- data/public/javascripts/erp_app/codemirror/theme/neat.css +3 -0
- data/public/javascripts/erp_app/codemirror/theme/neo.css +40 -0
- data/public/javascripts/erp_app/codemirror/theme/night.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/paraiso-dark.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/paraiso-light.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/pastel-on-dark.css +48 -0
- data/public/javascripts/erp_app/codemirror/theme/rubyblue.css +6 -6
- data/public/javascripts/erp_app/codemirror/theme/solarized.css +167 -0
- data/public/javascripts/erp_app/codemirror/theme/the-matrix.css +26 -0
- data/public/javascripts/erp_app/codemirror/theme/tomorrow-night-eighties.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/twilight.css +28 -0
- data/public/javascripts/erp_app/codemirror/theme/vibrant-ink.css +9 -6
- data/public/javascripts/erp_app/codemirror/theme/xq-dark.css +8 -5
- data/public/javascripts/erp_app/codemirror/theme/xq-light.css +43 -0
- data/public/javascripts/erp_app/codemirror_highlight.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/audit_log_viewer/module.js +22 -32
- data/public/javascripts/erp_app/desktop/applications/configuration_management/configuration_options_panel.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/configuration_management/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/control_panel/module.js +66 -49
- data/public/javascripts/erp_app/desktop/applications/file_manager/module.js +109 -110
- data/public/javascripts/erp_app/desktop/applications/job_tracker/jobs_grid.js +3 -3
- data/public/javascripts/erp_app/desktop/applications/job_tracker/module.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/scaffold/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/security_management/capabilities_panel.js +49 -65
- data/public/javascripts/erp_app/desktop/applications/security_management/capabilities_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/common_widget.js +33 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_effective_security.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_panel.js +272 -287
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/module.js +150 -46
- data/public/javascripts/erp_app/desktop/applications/security_management/north_panel.js +31 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/roles_panel.js +284 -287
- data/public/javascripts/erp_app/desktop/applications/security_management/roles_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/south_panel.js +126 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/users_effective_security.js +112 -105
- data/public/javascripts/erp_app/desktop/applications/security_management/users_panel.js +53 -85
- data/public/javascripts/erp_app/desktop/applications/security_management/users_widget.js +210 -218
- data/public/javascripts/erp_app/desktop/applications/tail/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/user_management/module.js +50 -40
- data/public/javascripts/erp_app/desktop/applications/user_management/personal_info_panel.js +113 -113
- data/public/javascripts/erp_app/desktop/applications/web_navigator/module.js +18 -8
- data/public/javascripts/erp_app/desktop/ext_ux_desktop_module.js +937 -881
- data/public/javascripts/erp_app/jquery_support.js +19 -30
- data/public/javascripts/erp_app/login/window.js +121 -110
- data/public/javascripts/erp_app/organizer/applications/crm/base.js +54 -342
- data/public/javascripts/erp_app/organizer/layout.js +184 -95
- data/public/javascripts/erp_app/organizer/preference_window.js +66 -55
- data/public/javascripts/erp_app/shared/MoneyField.js +119 -0
- data/public/javascripts/erp_app/shared/PartySearchField.js +73 -0
- data/public/javascripts/erp_app/shared/TransitionCardLayout.js +156 -0
- data/public/javascripts/erp_app/shared/audit_log/GridPanel.js +214 -0
- data/public/javascripts/erp_app/shared/audit_log/ItemGridPanel.js +103 -0
- data/public/javascripts/erp_app/shared/audit_log/TabPanel.js +103 -0
- data/public/javascripts/erp_app/shared/compass_ckeditor.js +181 -101
- data/public/javascripts/erp_app/shared/compass_codemirror.js +399 -126
- data/public/javascripts/erp_app/shared/configuration/configuration_form.js +32 -49
- data/public/javascripts/erp_app/shared/configuration/configuration_panel.js +26 -8
- data/public/javascripts/erp_app/shared/coolclock/tray_clock2.js +121 -0
- data/public/javascripts/erp_app/shared/crm/ContactMechanismGrid.js +812 -0
- data/public/javascripts/erp_app/shared/crm/PartyDetailsPanel.js +344 -0
- data/public/javascripts/erp_app/shared/crm/PartyForm.js +321 -0
- data/public/javascripts/erp_app/shared/crm/PartyFormPanel.js +316 -0
- data/public/javascripts/erp_app/shared/crm/PartyGrid.js +591 -0
- data/public/javascripts/erp_app/shared/crm/UserForm.js +307 -0
- data/public/javascripts/erp_app/shared/crm/UsersGrid.js +492 -0
- data/public/javascripts/erp_app/shared/dynamic_editable_grid.js +55 -52
- data/public/javascripts/erp_app/shared/dynamic_editable_grid_loader_panel.js +29 -36
- data/public/javascripts/erp_app/shared/dynamic_form_fields.js +99 -0
- data/public/javascripts/erp_app/shared/file_manager_tree.js +685 -658
- data/public/javascripts/erp_app/shared/google_map_panel.js +96 -68
- data/public/javascripts/erp_app/shared/notes_grid.js +317 -287
- data/public/javascripts/erp_app/shared/preferences/application_management_panel.js +137 -0
- data/public/javascripts/erp_app/shared/preferences/form.js +170 -0
- data/public/javascripts/erp_app/shared/profile_management_panel.js +62 -63
- data/public/javascripts/erp_app/utility.js +271 -65
- data/public/javascripts/erp_app/widgets.js +68 -70
- data/public/stylesheets/erp_app/desktop/applications/security_management/styles.css +12 -0
- data/public/stylesheets/erp_app/desktop/base.css +87 -11
- data/public/stylesheets/erp_app/organizer/base.css +6 -0
- data/public/stylesheets/erp_app/shared/compass-ext-all.css +335 -213
- data/public/stylesheets/erp_app/shared/crm.css +45 -0
- data/spec/controllers/organizer/crm/relationship_controller_spec.rb +1 -0
- metadata +545 -1272
- data/app/controllers/erp_app/desktop/audit_log_viewer/base_controller.rb +0 -55
- data/app/controllers/erp_app/organizer/crm/base_controller.rb +0 -333
- data/app/views/erp_app/organizer/base/get_party_details.erb +0 -19
- data/lib/erp_app/extensions/will_paginate_patch.rb +0 -26
- data/public/images/icons/about/about_16x16.png +0 -0
- data/public/images/icons/about/about_24x24.png +0 -0
- data/public/images/icons/about/about_32x32.png +0 -0
- data/public/images/icons/about/about_48x48.png +0 -0
- data/public/images/icons/add/add_24x24.png +0 -0
- data/public/images/icons/add/add_32x32.png +0 -0
- data/public/images/icons/add/add_48x48.png +0 -0
- data/public/images/icons/apartment/apartment_16x16.png +0 -0
- data/public/images/icons/apartment/apartment_24x24.png +0 -0
- data/public/images/icons/apartment/apartment_32x32.png +0 -0
- data/public/images/icons/apartment/apartment_48x48.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_24x24.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_24x24.png +0 -0
- data/public/images/icons/back/back_16x16.png +0 -0
- data/public/images/icons/back/back_24x24.png +0 -0
- data/public/images/icons/back/back_32x32.png +0 -0
- data/public/images/icons/back/back_48x48.png +0 -0
- data/public/images/icons/battery/battery_16x16.png +0 -0
- data/public/images/icons/battery/battery_24x24.png +0 -0
- data/public/images/icons/battery/battery_32x32.png +0 -0
- data/public/images/icons/battery/battery_48x48.png +0 -0
- data/public/images/icons/calendar/calendar_24x24.png +0 -0
- data/public/images/icons/calendar/calendar_32x32.png +0 -0
- data/public/images/icons/calendar/calendar_48x48.png +0 -0
- data/public/images/icons/clock/clock.png +0 -0
- data/public/images/icons/compass/compass_16x16.png +0 -0
- data/public/images/icons/compass/compass_24x24.png +0 -0
- data/public/images/icons/compass/compass_32x32.png +0 -0
- data/public/images/icons/compass/compass_48x48.png +0 -0
- data/public/images/icons/console/console_32x32.png +0 -0
- data/public/images/icons/console/console_48x48.png +0 -0
- data/public/images/icons/content/content_256x256.png +0 -0
- data/public/images/icons/content/content_32x32.png +0 -0
- data/public/images/icons/content/content_48x48.png +0 -0
- data/public/images/icons/control_panel/control_panel_24x24.png +0 -0
- data/public/images/icons/control_panel/control_panel_32x32.png +0 -0
- data/public/images/icons/copy/copy_24x24.png +0 -0
- data/public/images/icons/copy/copy_32x32.png +0 -0
- data/public/images/icons/copy/copy_48x48.png +0 -0
- data/public/images/icons/cut/cut_16x16.png +0 -0
- data/public/images/icons/cut/cut_24x24.png +0 -0
- data/public/images/icons/cut/cut_32x32.png +0 -0
- data/public/images/icons/cut/cut_48x48.png +0 -0
- data/public/images/icons/data/data_24x24.png +0 -0
- data/public/images/icons/data/data_48x48.png +0 -0
- data/public/images/icons/desktop/desktop_16x16.png +0 -0
- data/public/images/icons/desktop/desktop_24x24.png +0 -0
- data/public/images/icons/desktop/desktop_32x32.png +0 -0
- data/public/images/icons/desktop/desktop_48x48.png +0 -0
- data/public/images/icons/document_add/document_add_16x16.png +0 -0
- data/public/images/icons/document_add/document_add_24x24.png +0 -0
- data/public/images/icons/document_add/document_add_32x32.png +0 -0
- data/public/images/icons/document_add/document_add_48x48.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_16x16.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_24x24.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_32x32.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_48x48.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_16x16.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_24x24.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_32x32.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_48x48.png +0 -0
- data/public/images/icons/document_chart/document_chart_16x16.png +0 -0
- data/public/images/icons/document_chart/document_chart_24x24.png +0 -0
- data/public/images/icons/document_chart/document_chart_32x32.png +0 -0
- data/public/images/icons/document_chart/document_chart_48x48.png +0 -0
- data/public/images/icons/document_connection/document_connection_16x16.png +0 -0
- data/public/images/icons/document_connection/document_connection_24x24.png +0 -0
- data/public/images/icons/document_connection/document_connection_32x32.png +0 -0
- data/public/images/icons/document_connection/document_connection_48x48.png +0 -0
- data/public/images/icons/document_cup/document_cup_16x16.png +0 -0
- data/public/images/icons/document_cup/document_cup_24x24.png +0 -0
- data/public/images/icons/document_cup/document_cup_32x32.png +0 -0
- data/public/images/icons/document_cup/document_cup_48x48.png +0 -0
- data/public/images/icons/document_delete/document_delete_16x16.png +0 -0
- data/public/images/icons/document_delete/document_delete_24x24.png +0 -0
- data/public/images/icons/document_delete/document_delete_32x32.png +0 -0
- data/public/images/icons/document_delete/document_delete_48x48.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_16x16.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_24x24.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_32x32.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_48x48.png +0 -0
- data/public/images/icons/document_error/document_error_16x16.png +0 -0
- data/public/images/icons/document_error/document_error_24x24.png +0 -0
- data/public/images/icons/document_error/document_error_32x32.png +0 -0
- data/public/images/icons/document_error/document_error_48x48.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_16x16.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_24x24.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_32x32.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_48x48.png +0 -0
- data/public/images/icons/document_find/document_find_16x16.png +0 -0
- data/public/images/icons/document_find/document_find_24x24.png +0 -0
- data/public/images/icons/document_find/document_find_32x32.png +0 -0
- data/public/images/icons/document_find/document_find_48x48.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_16x16.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_24x24.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_32x32.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_48x48.png +0 -0
- data/public/images/icons/document_gear/document_gear_16x16.png +0 -0
- data/public/images/icons/document_gear/document_gear_24x24.png +0 -0
- data/public/images/icons/document_gear/document_gear_32x32.png +0 -0
- data/public/images/icons/document_gear/document_gear_48x48.png +0 -0
- data/public/images/icons/document_heart/document_heart_16x16.png +0 -0
- data/public/images/icons/document_heart/document_heart_24x24.png +0 -0
- data/public/images/icons/document_heart/document_heart_32x32.png +0 -0
- data/public/images/icons/document_heart/document_heart_48x48.png +0 -0
- data/public/images/icons/document_into/document_into_16x16.png +0 -0
- data/public/images/icons/document_into/document_into_24x24.png +0 -0
- data/public/images/icons/document_into/document_into_32x32.png +0 -0
- data/public/images/icons/document_into/document_into_48x48.png +0 -0
- data/public/images/icons/document_music/document_music_16x16.png +0 -0
- data/public/images/icons/document_music/document_music_24x24.png +0 -0
- data/public/images/icons/document_music/document_music_32x32.png +0 -0
- data/public/images/icons/document_music/document_music_48x48.png +0 -0
- data/public/images/icons/document_new/document_new_16x16.png +0 -0
- data/public/images/icons/document_new/document_new_24x24.png +0 -0
- data/public/images/icons/document_new/document_new_32x32.png +0 -0
- data/public/images/icons/document_new/document_new_48x48.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_16x16.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_24x24.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_32x32.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_48x48.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_16x16.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_24x24.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_32x32.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_48x48.png +0 -0
- data/public/images/icons/document_plain/document_plain_16x16.png +0 -0
- data/public/images/icons/document_plain/document_plain_24x24.png +0 -0
- data/public/images/icons/document_plain/document_plain_32x32.png +0 -0
- data/public/images/icons/document_plain/document_plain_48x48.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_16x16.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_24x24.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_32x32.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_48x48.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_16x16.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_24x24.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_32x32.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_48x48.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_16x16.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_24x24.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_32x32.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_48x48.png +0 -0
- data/public/images/icons/document_stop/document_stop_16x16.png +0 -0
- data/public/images/icons/document_stop/document_stop_24x24.png +0 -0
- data/public/images/icons/document_stop/document_stop_32x32.png +0 -0
- data/public/images/icons/document_stop/document_stop_48x48.png +0 -0
- data/public/images/icons/document_text/document_text_16x16.png +0 -0
- data/public/images/icons/document_text/document_text_24x24.png +0 -0
- data/public/images/icons/document_text/document_text_32x32.png +0 -0
- data/public/images/icons/document_text/document_text_48x48.png +0 -0
- data/public/images/icons/document_time/document_time_16x16.png +0 -0
- data/public/images/icons/document_time/document_time_24x24.png +0 -0
- data/public/images/icons/document_time/document_time_32x32.png +0 -0
- data/public/images/icons/document_time/document_time_48x48.png +0 -0
- data/public/images/icons/document_view/document_view_16x16.png +0 -0
- data/public/images/icons/document_view/document_view_24x24.png +0 -0
- data/public/images/icons/document_view/document_view_32x32.png +0 -0
- data/public/images/icons/document_view/document_view_48x48.png +0 -0
- data/public/images/icons/document_warning/document_warning_16x16.png +0 -0
- data/public/images/icons/document_warning/document_warning_24x24.png +0 -0
- data/public/images/icons/document_warning/document_warning_32x32.png +0 -0
- data/public/images/icons/document_warning/document_warning_48x48.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_16x16.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_24x24.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_32x32.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_48x48.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_16x16.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_24x24.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_32x32.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_48x48.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_16x16.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_24x24.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_32x32.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_48x48.png +0 -0
- data/public/images/icons/documents_new/documents_new_16x16.png +0 -0
- data/public/images/icons/documents_new/documents_new_24x24.png +0 -0
- data/public/images/icons/documents_new/documents_new_32x32.png +0 -0
- data/public/images/icons/documents_new/documents_new_48x48.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_16x16.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_24x24.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_32x32.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_48x48.png +0 -0
- data/public/images/icons/error/error_16x16.png +0 -0
- data/public/images/icons/error/error_24x24.png +0 -0
- data/public/images/icons/error/error_32x32.png +0 -0
- data/public/images/icons/error/error_48x48.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_16x16.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_24x24.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_32x32.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_48x48.png +0 -0
- data/public/images/icons/folders/folders_16x16.png +0 -0
- data/public/images/icons/folders/folders_24x24.png +0 -0
- data/public/images/icons/folders/folders_32x32.png +0 -0
- data/public/images/icons/folders/folders_48x48.png +0 -0
- data/public/images/icons/globe/globe_24x24.png +0 -0
- data/public/images/icons/globe/globe_32x32.png +0 -0
- data/public/images/icons/globe/globe_48x48.png +0 -0
- data/public/images/icons/grid/grid_32x32.gif +0 -0
- data/public/images/icons/grid/grid_48x48.gif +0 -0
- data/public/images/icons/grid/grid_48x48.png +0 -0
- data/public/images/icons/help/help_16x16.png +0 -0
- data/public/images/icons/help/help_24x24.png +0 -0
- data/public/images/icons/help/help_32x32.png +0 -0
- data/public/images/icons/help/help_48x48.png +0 -0
- data/public/images/icons/history/history_24x24.png +0 -0
- data/public/images/icons/history/history_32x32.png +0 -0
- data/public/images/icons/history/history_48x48.png +0 -0
- data/public/images/icons/house/house_16x16.png +0 -0
- data/public/images/icons/house/house_24x24.png +0 -0
- data/public/images/icons/house/house_32x32.png +0 -0
- data/public/images/icons/house/house_48x48.png +0 -0
- data/public/images/icons/information/information_24x24.png +0 -0
- data/public/images/icons/information/information_32x32.png +0 -0
- data/public/images/icons/information/information_48x48.png +0 -0
- data/public/images/icons/key/key_24x24.png +0 -0
- data/public/images/icons/key/key_32x32.png +0 -0
- data/public/images/icons/key/key_48x48.png +0 -0
- data/public/images/icons/keyboard/keyboard_16x16.png +0 -0
- data/public/images/icons/keyboard/keyboard_24x24.png +0 -0
- data/public/images/icons/keyboard/keyboard_32x32.png +0 -0
- data/public/images/icons/keyboard/keyboard_48x48.png +0 -0
- data/public/images/icons/knowledge/Knowledge_16x16.png +0 -0
- data/public/images/icons/knowledge/Knowledge_256x256.png +0 -0
- data/public/images/icons/knowledge/Knowledge_32x32.png +0 -0
- data/public/images/icons/knowledge/Knowledge_48x48.png +0 -0
- data/public/images/icons/laptop/laptop_16x16.png +0 -0
- data/public/images/icons/laptop/laptop_24x24.png +0 -0
- data/public/images/icons/laptop/laptop_32x32.png +0 -0
- data/public/images/icons/laptop/laptop_48x48.png +0 -0
- data/public/images/icons/log_out/log_out_16x16.png +0 -0
- data/public/images/icons/log_out/log_out_24x24.png +0 -0
- data/public/images/icons/log_out/log_out_32x32.png +0 -0
- data/public/images/icons/log_out/log_out_48x48.png +0 -0
- data/public/images/icons/message/message_16x16.png +0 -0
- data/public/images/icons/message/message_24x24.png +0 -0
- data/public/images/icons/message/message_32x32.png +0 -0
- data/public/images/icons/message/message_48x48.png +0 -0
- data/public/images/icons/monitor/monitor_16x16.png +0 -0
- data/public/images/icons/monitor/monitor_24x24.png +0 -0
- data/public/images/icons/monitor/monitor_32x32.png +0 -0
- data/public/images/icons/monitor/monitor_48x48.png +0 -0
- data/public/images/icons/mouse/mouse_16x16.png +0 -0
- data/public/images/icons/mouse/mouse_24x24.png +0 -0
- data/public/images/icons/mouse/mouse_32x32.png +0 -0
- data/public/images/icons/mouse/mouse_48x48.png +0 -0
- data/public/images/icons/music/music_16x16.png +0 -0
- data/public/images/icons/music/music_24x24.png +0 -0
- data/public/images/icons/music/music_32x32.png +0 -0
- data/public/images/icons/music/music_48x48.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_48x48.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_48x48.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_16x16.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_24x24.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_32x32.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_48x48.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_16x16.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_24x24.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_32x32.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_48x48.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_16x16.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_24x24.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_32x32.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_48x48.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_48x48.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_16x16.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_24x24.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_32x32.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_48x48.png +0 -0
- data/public/images/icons/new/new_16x16.png +0 -0
- data/public/images/icons/new/new_24x24.png +0 -0
- data/public/images/icons/new/new_32x32.png +0 -0
- data/public/images/icons/new/new_48x48.png +0 -0
- data/public/images/icons/note_add/note_add_16x16.png +0 -0
- data/public/images/icons/note_add/note_add_24x24.png +0 -0
- data/public/images/icons/note_add/note_add_32x32.png +0 -0
- data/public/images/icons/note_add/note_add_48x48.png +0 -0
- data/public/images/icons/note_delete/note_delete_16x16.png +0 -0
- data/public/images/icons/note_delete/note_delete_24x24.png +0 -0
- data/public/images/icons/note_delete/note_delete_32x32.png +0 -0
- data/public/images/icons/note_delete/note_delete_48x48.png +0 -0
- data/public/images/icons/note_edit/note_edit_16x16.png +0 -0
- data/public/images/icons/note_edit/note_edit_24x24.png +0 -0
- data/public/images/icons/note_edit/note_edit_32x32.png +0 -0
- data/public/images/icons/note_edit/note_edit_48x48.png +0 -0
- data/public/images/icons/note_error/note_error_16x16.png +0 -0
- data/public/images/icons/note_error/note_error_24x24.png +0 -0
- data/public/images/icons/note_error/note_error_32x32.png +0 -0
- data/public/images/icons/note_error/note_error_48x48.png +0 -0
- data/public/images/icons/note_find/note_find_16x16.png +0 -0
- data/public/images/icons/note_find/note_find_24x24.png +0 -0
- data/public/images/icons/note_find/note_find_32x32.png +0 -0
- data/public/images/icons/note_find/note_find_48x48.png +0 -0
- data/public/images/icons/note_information/note_information_16x16.png +0 -0
- data/public/images/icons/note_information/note_information_24x24.png +0 -0
- data/public/images/icons/note_information/note_information_32x32.png +0 -0
- data/public/images/icons/note_information/note_information_48x48.png +0 -0
- data/public/images/icons/note_new/note_new_16x16.png +0 -0
- data/public/images/icons/note_new/note_new_24x24.png +0 -0
- data/public/images/icons/note_new/note_new_32x32.png +0 -0
- data/public/images/icons/note_new/note_new_48x48.png +0 -0
- data/public/images/icons/note_ok/note_ok_16x16.png +0 -0
- data/public/images/icons/note_ok/note_ok_24x24.png +0 -0
- data/public/images/icons/note_ok/note_ok_32x32.png +0 -0
- data/public/images/icons/note_ok/note_ok_48x48.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_16x16.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_24x24.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_32x32.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_48x48.png +0 -0
- data/public/images/icons/note_plain/note_plain_16x16.png +0 -0
- data/public/images/icons/note_plain/note_plain_24x24.png +0 -0
- data/public/images/icons/note_plain/note_plain_32x32.png +0 -0
- data/public/images/icons/note_plain/note_plain_48x48.png +0 -0
- data/public/images/icons/note_view/note_view_16x16.png +0 -0
- data/public/images/icons/note_view/note_view_24x24.png +0 -0
- data/public/images/icons/note_view/note_view_32x32.png +0 -0
- data/public/images/icons/note_view/note_view_48x48.png +0 -0
- data/public/images/icons/note_warning/note_warning_16x16.png +0 -0
- data/public/images/icons/note_warning/note_warning_24x24.png +0 -0
- data/public/images/icons/note_warning/note_warning_32x32.png +0 -0
- data/public/images/icons/note_warning/note_warning_48x48.png +0 -0
- data/public/images/icons/open/open_16x16.png +0 -0
- data/public/images/icons/open/open_24x24.png +0 -0
- data/public/images/icons/open/open_32x32.png +0 -0
- data/public/images/icons/open/open_48x48.png +0 -0
- data/public/images/icons/palette/palette_16x16.png +0 -0
- data/public/images/icons/palette/palette_24x24.png +0 -0
- data/public/images/icons/palette/palette_32x32.png +0 -0
- data/public/images/icons/palette/palette_48x48.png +0 -0
- data/public/images/icons/paperclip/paperclip_16x16.png +0 -0
- data/public/images/icons/paperclip/paperclip_24x24.png +0 -0
- data/public/images/icons/paperclip/paperclip_32x32.png +0 -0
- data/public/images/icons/paperclip/paperclip_48x48.png +0 -0
- data/public/images/icons/paste/paste_16x16.png +0 -0
- data/public/images/icons/paste/paste_24x24.png +0 -0
- data/public/images/icons/paste/paste_32x32.png +0 -0
- data/public/images/icons/paste/paste_48x48.png +0 -0
- data/public/images/icons/picture/picture_24x24.png +0 -0
- data/public/images/icons/picture/picture_32x32.png +0 -0
- data/public/images/icons/picture/picture_48x48.png +0 -0
- data/public/images/icons/presentation/presentation_16x16.png +0 -0
- data/public/images/icons/presentation/presentation_24x24.png +0 -0
- data/public/images/icons/presentation/presentation_32x32.png +0 -0
- data/public/images/icons/presentation/presentation_48x48.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_16x16.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_24x24.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_32x32.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_48x48.png +0 -0
- data/public/images/icons/previous/previous_16x16.png +0 -0
- data/public/images/icons/previous/previous_24x24.png +0 -0
- data/public/images/icons/previous/previous_32x32.png +0 -0
- data/public/images/icons/previous/previous_48x48.png +0 -0
- data/public/images/icons/print/print_16x16.png +0 -0
- data/public/images/icons/print/print_24x24.png +0 -0
- data/public/images/icons/print/print_32x32.png +0 -0
- data/public/images/icons/print/print_48x48.png +0 -0
- data/public/images/icons/printer/printer_16x16.png +0 -0
- data/public/images/icons/printer/printer_24x24.png +0 -0
- data/public/images/icons/printer/printer_32x32.png +0 -0
- data/public/images/icons/printer/printer_48x48.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_16x16.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_256x256.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_32x32.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_48x48.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_16x16.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_24x24.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_32x32.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_48x48.png +0 -0
- data/public/images/icons/replace/replace_16x16.png +0 -0
- data/public/images/icons/replace/replace_24x24.png +0 -0
- data/public/images/icons/replace/replace_32x32.png +0 -0
- data/public/images/icons/replace/replace_48x48.png +0 -0
- data/public/images/icons/scroll/scroll_16x16.png +0 -0
- data/public/images/icons/scroll/scroll_24x24.png +0 -0
- data/public/images/icons/scroll/scroll_32x32.png +0 -0
- data/public/images/icons/scroll/scroll_48x48.png +0 -0
- data/public/images/icons/send/send_16x16.png +0 -0
- data/public/images/icons/send/send_24x24.png +0 -0
- data/public/images/icons/send/send_32x32.png +0 -0
- data/public/images/icons/send/send_48x48.png +0 -0
- data/public/images/icons/settings/settings_24x24.png +0 -0
- data/public/images/icons/settings/settings_32x32.png +0 -0
- data/public/images/icons/settings/settings_48x48.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_16x16.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_24x24.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_32x32.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_48x48.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_16x16.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_24x24.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_32x32.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_48x48.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_16x16.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_24x24.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_32x32.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_48x48.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_16x16.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_24x24.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_32x32.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_48x48.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_16x16.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_24x24.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_32x32.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_48x48.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_16x16.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_24x24.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_32x32.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_48x48.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_16x16.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_24x24.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_32x32.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_48x48.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_16x16.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_24x24.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_32x32.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_48x48.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_16x16.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_24x24.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_32x32.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_48x48.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_16x16.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_24x24.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_32x32.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_48x48.png +0 -0
- data/public/images/icons/sort_down/sort_down_16x16.png +0 -0
- data/public/images/icons/sort_down/sort_down_24x24.png +0 -0
- data/public/images/icons/sort_down/sort_down_32x32.png +0 -0
- data/public/images/icons/sort_down/sort_down_48x48.png +0 -0
- data/public/images/icons/sort_up/sort_up_16x16.png +0 -0
- data/public/images/icons/sort_up/sort_up_24x24.png +0 -0
- data/public/images/icons/sort_up/sort_up_32x32.png +0 -0
- data/public/images/icons/sort_up/sort_up_48x48.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_16x16.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_24x24.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_32x32.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_48x48.png +0 -0
- data/public/images/icons/synchronize/synchronize_16x16.png +0 -0
- data/public/images/icons/synchronize/synchronize_24x24.png +0 -0
- data/public/images/icons/synchronize/synchronize_32x32.png +0 -0
- data/public/images/icons/synchronize/synchronize_48x48.png +0 -0
- data/public/images/icons/toolbar/class.png +0 -0
- data/public/images/icons/toolbar/class_folder.png +0 -0
- data/public/images/icons/toolbar/mixed_folder.png +0 -0
- data/public/images/icons/toolbar/object_graph.png +0 -0
- data/public/images/icons/toolbar/package_yellow.png +0 -0
- data/public/images/icons/toolbar/table_go.png +0 -0
- data/public/images/icons/undo/undo_24x24.png +0 -0
- data/public/images/icons/undo/undo_32x32.png +0 -0
- data/public/images/icons/undo/undo_48x48.png +0 -0
- data/public/images/icons/upload/upload_16x16.png +0 -0
- data/public/images/icons/upload/upload_24x24.png +0 -0
- data/public/images/icons/upload/upload_32x32.png +0 -0
- data/public/images/icons/upload/upload_48x48.png +0 -0
- data/public/images/icons/user/user_24x24.png +0 -0
- data/public/images/icons/user/user_32x32.png +0 -0
- data/public/images/icons/user/user_48x48.png +0 -0
- data/public/images/icons/warning/warning_16x16.png +0 -0
- data/public/images/icons/warning/warning_24x24.png +0 -0
- data/public/images/icons/warning/warning_32x32.png +0 -0
- data/public/images/icons/warning/warning_48x48.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_16x16.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_24x24.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_32x32.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_48x48.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_16x16.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_24x24.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_32x32.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_48x48.png +0 -0
- data/public/images/wallpaper/blue.gif +0 -0
- data/public/javascripts/erp_app/authentication/widget_manager.js +0 -119
- data/public/javascripts/erp_app/ckeditor/lang/_languages.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/_translationstatus.txt +0 -64
- data/public/javascripts/erp_app/ckeditor/lang/af.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ar.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-au.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-gb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/es.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/eu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fr-ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/gl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/id.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/is.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ja.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ka.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/km.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ko.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/lt.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/lv.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/mn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ms.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pt.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ro.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ru.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sr-latn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sv.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/th.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/zh.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +0 -25
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ro.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/adobeair/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/autogrow/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/bbcode/plugin.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/compassupload/plugin.js +0 -21
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/_translationstatus.txt +0 -28
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/dialogs/docprops.js +0 -10
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/_translationstatus.txt +0 -27
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/codemirror_config.js +0 -85
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/editor.css +0 -96
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/buttonbg.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/cancel.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/highlight.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/redo.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/reindent.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/save.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/search.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/undo.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/nocolors.css +0 -24
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/bigtest.html +0 -1296
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/compress.html +0 -169
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/css/csharpcolors.css +0 -60
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/index.html +0 -61
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/js/parsecsharp.js +0 -329
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/js/tokenizecsharp.js +0 -196
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/LICENSE +0 -24
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/css/freemarkercolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/index.html +0 -75
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/js/parsefreemarker.js +0 -380
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/groovy/index.html +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/LICENSE +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/css/javacolors.css +0 -64
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/index.html +0 -66
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/js/parsejava.js +0 -285
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/js/tokenizejava.js +0 -222
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/LICENSE +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/css/luacolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/index.html +0 -68
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/js/parselua.js +0 -254
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/css/ometacolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/index.html +0 -77
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/js/parseometa.js +0 -364
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/js/tokenizeometa.js +0 -209
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/LICENSE +0 -37
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/css/phpcolors.css +0 -114
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/index.html +0 -310
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/parsephp.js +0 -419
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/parsephphtmlmixed.js +0 -116
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/tokenizephp.js +0 -1208
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/LICENSE +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/css/plsqlcolors.css +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/index.html +0 -67
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/js/parseplsql.js +0 -233
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/LICENSE +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/css/pythoncolors.css +0 -58
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/index.html +0 -141
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/js/parsepython.js +0 -541
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/css/js-regexcolors.css +0 -214
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/css/regexcolors.css +0 -214
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/index.html +0 -114
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parsejavascript_and_regex.js +0 -91
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parseregex-unicode.js +0 -284
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parseregex.js +0 -847
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js-regex.html +0 -118
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/css/schemecolors.css +0 -45
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/index.html +0 -82
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/js/parsescheme.js +0 -428
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/js/tokenizescheme.js +0 -241
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/LICENSE +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/css/sqlcolors.css +0 -59
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/index.html +0 -56
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/js/parsesql.js +0 -267
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/LICENSE +0 -13
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors-dark.css +0 -93
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors.css +0 -99
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors2.css +0 -96
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/index.html +0 -552
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/js/parsexquery.js +0 -234
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/js/tokenizexquery.js +0 -457
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/baboon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/baboon_vector.ai +3 -962
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/csscolors.css +0 -55
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/docs.css +0 -158
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/font.js +0 -15
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/jscolors.css +0 -59
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/people.jpg +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/sparqlcolors.css +0 -43
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/xmlcolors.css +0 -55
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/csstest.html +0 -60
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/faq.html +0 -86
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/favicon.ico +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/googleb196c451afc2ee11.html +0 -1
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/googlehostedservice.html +0 -1
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/highlight.html +0 -82
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/htmltest.html +0 -53
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/index.html +0 -254
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/codemirror.js +0 -582
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/editor.js +0 -1670
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/highlight.js +0 -68
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/mirrorframe.js +0 -81
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsecss.js +0 -161
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsedummy.js +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsehtmlmixed.js +0 -93
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsejavascript.js +0 -359
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsesparql.js +0 -162
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsexml.js +0 -291
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/select.js +0 -697
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/stringstream.js +0 -159
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/tokenize.js +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/tokenizejavascript.js +0 -174
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/undo.js +0 -413
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/unittests.js +0 -44
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/util.js +0 -133
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/jstest.html +0 -56
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/manual.html +0 -806
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/mixedtest.html +0 -52
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/sparqltest.html +0 -41
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/story.html +0 -672
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/unittests.html +0 -125
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/xhtmltest.xhtml +0 -50
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/lang/de.js +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/lang/en.js +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/dialogs/sourcepopup.js +0 -102
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/lang/de.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/lang/en.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js +0 -27
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/_translationstatus.txt +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/styles/styles/default.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/stylesheetparser/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/tableresize/plugin.js +0 -7
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/_translationstatus.txt +0 -28
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/public/javascripts/erp_app/ckeditor/plugins/xml/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/kama/dialog.css +0 -10
- data/public/javascripts/erp_app/ckeditor/skins/kama/editor.css +0 -13
- data/public/javascripts/erp_app/ckeditor/skins/kama/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/skin.js +0 -7
- data/public/javascripts/erp_app/ckeditor/skins/kama/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/office2003/dialog.css +0 -10
- data/public/javascripts/erp_app/ckeditor/skins/office2003/editor.css +0 -14
- data/public/javascripts/erp_app/ckeditor/skins/office2003/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/skin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/office2003/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/v2/dialog.css +0 -9
- data/public/javascripts/erp_app/ckeditor/skins/v2/editor.css +0 -13
- data/public/javascripts/erp_app/ckeditor/skins/v2/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/skin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/v2/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/themes/default/theme.js +0 -8
- data/public/javascripts/erp_app/codemirror/LICENSE +0 -23
- data/public/javascripts/erp_app/codemirror/README.md +0 -8
- data/public/javascripts/erp_app/codemirror/doc/baboon.png +0 -0
- data/public/javascripts/erp_app/codemirror/doc/baboon_vector.svg +0 -153
- data/public/javascripts/erp_app/codemirror/doc/compress.html +0 -165
- data/public/javascripts/erp_app/codemirror/doc/docs.css +0 -165
- data/public/javascripts/erp_app/codemirror/doc/internals.html +0 -497
- data/public/javascripts/erp_app/codemirror/doc/manual.html +0 -1231
- data/public/javascripts/erp_app/codemirror/doc/oldrelease.html +0 -356
- data/public/javascripts/erp_app/codemirror/doc/realworld.html +0 -72
- data/public/javascripts/erp_app/codemirror/doc/reporting.html +0 -60
- data/public/javascripts/erp_app/codemirror/doc/upgrade_v2.2.html +0 -98
- data/public/javascripts/erp_app/codemirror/keymap/emacs.js +0 -29
- data/public/javascripts/erp_app/codemirror/keymap/vim.js +0 -788
- data/public/javascripts/erp_app/codemirror/lib/util/closetag.js +0 -164
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.css +0 -27
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.js +0 -70
- data/public/javascripts/erp_app/codemirror/lib/util/foldcode.js +0 -196
- data/public/javascripts/erp_app/codemirror/lib/util/formatting.js +0 -193
- data/public/javascripts/erp_app/codemirror/lib/util/javascript-hint.js +0 -134
- data/public/javascripts/erp_app/codemirror/lib/util/loadmode.js +0 -51
- data/public/javascripts/erp_app/codemirror/lib/util/match-highlighter.js +0 -44
- data/public/javascripts/erp_app/codemirror/lib/util/multiplex.js +0 -77
- data/public/javascripts/erp_app/codemirror/lib/util/overlay.js +0 -59
- data/public/javascripts/erp_app/codemirror/lib/util/pig-hint.js +0 -123
- data/public/javascripts/erp_app/codemirror/lib/util/runmode-standalone.js +0 -90
- data/public/javascripts/erp_app/codemirror/lib/util/runmode.js +0 -53
- data/public/javascripts/erp_app/codemirror/lib/util/search.js +0 -118
- data/public/javascripts/erp_app/codemirror/lib/util/searchcursor.js +0 -119
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.css +0 -16
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.js +0 -102
- data/public/javascripts/erp_app/codemirror/lib/util/xml-hint.js +0 -137
- data/public/javascripts/erp_app/codemirror/mode/clike/clike.js +0 -285
- data/public/javascripts/erp_app/codemirror/mode/clike/index.html +0 -102
- data/public/javascripts/erp_app/codemirror/mode/clike/scala.html +0 -766
- data/public/javascripts/erp_app/codemirror/mode/clojure/clojure.js +0 -206
- data/public/javascripts/erp_app/codemirror/mode/clojure/index.html +0 -67
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/LICENSE +0 -22
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/coffeescript.js +0 -346
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/index.html +0 -728
- data/public/javascripts/erp_app/codemirror/mode/commonlisp/commonlisp.js +0 -101
- data/public/javascripts/erp_app/codemirror/mode/commonlisp/index.html +0 -165
- data/public/javascripts/erp_app/codemirror/mode/css/css.js +0 -448
- data/public/javascripts/erp_app/codemirror/mode/css/index.html +0 -58
- data/public/javascripts/erp_app/codemirror/mode/css/test.js +0 -501
- data/public/javascripts/erp_app/codemirror/mode/diff/diff.js +0 -32
- data/public/javascripts/erp_app/codemirror/mode/diff/index.html +0 -105
- data/public/javascripts/erp_app/codemirror/mode/ecl/ecl.js +0 -203
- data/public/javascripts/erp_app/codemirror/mode/ecl/index.html +0 -42
- data/public/javascripts/erp_app/codemirror/mode/erlang/erlang.js +0 -463
- data/public/javascripts/erp_app/codemirror/mode/erlang/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/gfm/gfm.js +0 -94
- data/public/javascripts/erp_app/codemirror/mode/gfm/index.html +0 -71
- data/public/javascripts/erp_app/codemirror/mode/gfm/test.js +0 -225
- data/public/javascripts/erp_app/codemirror/mode/go/go.js +0 -170
- data/public/javascripts/erp_app/codemirror/mode/go/index.html +0 -73
- data/public/javascripts/erp_app/codemirror/mode/groovy/groovy.js +0 -210
- data/public/javascripts/erp_app/codemirror/mode/groovy/index.html +0 -72
- data/public/javascripts/erp_app/codemirror/mode/haskell/haskell.js +0 -242
- data/public/javascripts/erp_app/codemirror/mode/haskell/index.html +0 -61
- data/public/javascripts/erp_app/codemirror/mode/haxe/haxe.js +0 -429
- data/public/javascripts/erp_app/codemirror/mode/haxe/index.html +0 -91
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/htmlembedded.js +0 -73
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/index.html +0 -50
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/htmlmixed.js +0 -84
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/index.html +0 -52
- data/public/javascripts/erp_app/codemirror/mode/javascript/index.html +0 -85
- data/public/javascripts/erp_app/codemirror/mode/javascript/javascript.js +0 -409
- data/public/javascripts/erp_app/codemirror/mode/javascript/typescript.html +0 -48
- data/public/javascripts/erp_app/codemirror/mode/jinja2/index.html +0 -38
- data/public/javascripts/erp_app/codemirror/mode/jinja2/jinja2.js +0 -42
- data/public/javascripts/erp_app/codemirror/mode/less/index.html +0 -740
- data/public/javascripts/erp_app/codemirror/mode/less/less.js +0 -266
- data/public/javascripts/erp_app/codemirror/mode/lua/index.html +0 -73
- data/public/javascripts/erp_app/codemirror/mode/lua/lua.js +0 -140
- data/public/javascripts/erp_app/codemirror/mode/markdown/index.html +0 -343
- data/public/javascripts/erp_app/codemirror/mode/markdown/markdown.js +0 -481
- data/public/javascripts/erp_app/codemirror/mode/markdown/test.js +0 -1266
- data/public/javascripts/erp_app/codemirror/mode/mysql/index.html +0 -42
- data/public/javascripts/erp_app/codemirror/mode/mysql/mysql.js +0 -186
- data/public/javascripts/erp_app/codemirror/mode/ntriples/index.html +0 -33
- data/public/javascripts/erp_app/codemirror/mode/ntriples/ntriples.js +0 -172
- data/public/javascripts/erp_app/codemirror/mode/ocaml/index.html +0 -130
- data/public/javascripts/erp_app/codemirror/mode/ocaml/ocaml.js +0 -114
- data/public/javascripts/erp_app/codemirror/mode/pascal/LICENSE +0 -7
- data/public/javascripts/erp_app/codemirror/mode/pascal/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/pascal/pascal.js +0 -94
- data/public/javascripts/erp_app/codemirror/mode/perl/LICENSE +0 -19
- data/public/javascripts/erp_app/codemirror/mode/perl/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/perl/perl.js +0 -816
- data/public/javascripts/erp_app/codemirror/mode/php/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/php/php.js +0 -148
- data/public/javascripts/erp_app/codemirror/mode/pig/index.html +0 -43
- data/public/javascripts/erp_app/codemirror/mode/pig/pig.js +0 -172
- data/public/javascripts/erp_app/codemirror/mode/plsql/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/plsql/plsql.js +0 -217
- data/public/javascripts/erp_app/codemirror/mode/properties/index.html +0 -41
- data/public/javascripts/erp_app/codemirror/mode/properties/properties.js +0 -63
- data/public/javascripts/erp_app/codemirror/mode/python/LICENSE.txt +0 -21
- data/public/javascripts/erp_app/codemirror/mode/python/index.html +0 -123
- data/public/javascripts/erp_app/codemirror/mode/python/python.js +0 -338
- data/public/javascripts/erp_app/codemirror/mode/r/LICENSE +0 -24
- data/public/javascripts/erp_app/codemirror/mode/r/index.html +0 -74
- data/public/javascripts/erp_app/codemirror/mode/r/r.js +0 -141
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/changes.js +0 -19
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/index.html +0 -54
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/index.html +0 -100
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.css +0 -5
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.js +0 -66
- data/public/javascripts/erp_app/codemirror/mode/rst/index.html +0 -526
- data/public/javascripts/erp_app/codemirror/mode/rst/rst.js +0 -326
- data/public/javascripts/erp_app/codemirror/mode/ruby/LICENSE +0 -24
- data/public/javascripts/erp_app/codemirror/mode/ruby/index.html +0 -172
- data/public/javascripts/erp_app/codemirror/mode/ruby/ruby.js +0 -195
- data/public/javascripts/erp_app/codemirror/mode/rust/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/rust/rust.js +0 -432
- data/public/javascripts/erp_app/codemirror/mode/scheme/index.html +0 -65
- data/public/javascripts/erp_app/codemirror/mode/scheme/scheme.js +0 -230
- data/public/javascripts/erp_app/codemirror/mode/shell/index.html +0 -50
- data/public/javascripts/erp_app/codemirror/mode/shell/shell.js +0 -118
- data/public/javascripts/erp_app/codemirror/mode/sieve/LICENSE +0 -23
- data/public/javascripts/erp_app/codemirror/mode/sieve/index.html +0 -81
- data/public/javascripts/erp_app/codemirror/mode/sieve/sieve.js +0 -156
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/index.html +0 -56
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/smalltalk.js +0 -139
- data/public/javascripts/erp_app/codemirror/mode/smarty/index.html +0 -83
- data/public/javascripts/erp_app/codemirror/mode/smarty/smarty.js +0 -148
- data/public/javascripts/erp_app/codemirror/mode/sparql/index.html +0 -41
- data/public/javascripts/erp_app/codemirror/mode/sparql/sparql.js +0 -143
- data/public/javascripts/erp_app/codemirror/mode/stex/index.html +0 -98
- data/public/javascripts/erp_app/codemirror/mode/stex/stex.js +0 -182
- data/public/javascripts/erp_app/codemirror/mode/stex/test.js +0 -343
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/index.html +0 -141
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -384
- data/public/javascripts/erp_app/codemirror/mode/tiki/index.html +0 -83
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.css +0 -26
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.js +0 -309
- data/public/javascripts/erp_app/codemirror/mode/vb/LICENSE.txt +0 -21
- data/public/javascripts/erp_app/codemirror/mode/vb/index.html +0 -89
- data/public/javascripts/erp_app/codemirror/mode/vb/vb.js +0 -260
- data/public/javascripts/erp_app/codemirror/mode/vbscript/index.html +0 -43
- data/public/javascripts/erp_app/codemirror/mode/vbscript/vbscript.js +0 -26
- data/public/javascripts/erp_app/codemirror/mode/velocity/index.html +0 -104
- data/public/javascripts/erp_app/codemirror/mode/velocity/velocity.js +0 -146
- data/public/javascripts/erp_app/codemirror/mode/verilog/index.html +0 -211
- data/public/javascripts/erp_app/codemirror/mode/verilog/verilog.js +0 -194
- data/public/javascripts/erp_app/codemirror/mode/xml/index.html +0 -45
- data/public/javascripts/erp_app/codemirror/mode/xml/xml.js +0 -318
- data/public/javascripts/erp_app/codemirror/mode/xquery/LICENSE +0 -20
- data/public/javascripts/erp_app/codemirror/mode/xquery/index.html +0 -223
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/index.html +0 -27
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testBase.js +0 -42
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testEmptySequenceKeyword.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testMultiAttr.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testNamespaces.js +0 -91
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testProcessingInstructions.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testQuotes.js +0 -19
- data/public/javascripts/erp_app/codemirror/mode/xquery/xquery.js +0 -451
- data/public/javascripts/erp_app/codemirror/mode/yaml/index.html +0 -68
- data/public/javascripts/erp_app/codemirror/mode/yaml/yaml.js +0 -95
- data/public/javascripts/erp_app/codemirror/package.json +0 -21
- data/public/javascripts/erp_app/codemirror/test/driver.js +0 -129
- data/public/javascripts/erp_app/codemirror/test/index.html +0 -171
- data/public/javascripts/erp_app/codemirror/test/lint/lint.js +0 -120
- data/public/javascripts/erp_app/codemirror/test/lint/parse-js.js +0 -1372
- data/public/javascripts/erp_app/codemirror/test/mode_test.css +0 -10
- data/public/javascripts/erp_app/codemirror/test/mode_test.js +0 -203
- data/public/javascripts/erp_app/codemirror/test/phantom_driver.js +0 -30
- data/public/javascripts/erp_app/codemirror/test/run.js +0 -32
- data/public/javascripts/erp_app/codemirror/test/test.js +0 -677
- data/public/javascripts/erp_app/desktop/applications/control_panel/application_management_panel.js +0 -109
- data/public/javascripts/erp_app/desktop/applications/control_panel/desktop_management_panel.js +0 -218
- data/public/javascripts/erp_app/organizer/applications/crm/contact_mechanism_grid.js +0 -559
- data/public/javascripts/erp_app/organizer/applications/crm/individual_windows.js +0 -237
- data/public/javascripts/erp_app/organizer/applications/crm/organization_windows.js +0 -167
- data/public/javascripts/erp_app/organizer/applications/crm/party_grid.js +0 -423
- data/public/javascripts/erp_app/organizer/applications/crm/userinfo.js +0 -215
- data/public/javascripts/erp_app/shared/audit_log/audit_log_grid_panel.js +0 -169
- data/public/javascripts/erp_app/shared/audit_log/audit_log_item_grid_panel.js +0 -99
- data/public/javascripts/erp_app/shared/audit_log/audit_log_tab_panel.js +0 -52
- data/public/javascripts/erp_app/shared/coolclock/coolclock.js +0 -314
- data/public/javascripts/erp_app/shared/coolclock/moreskins.js +0 -212
- data/public/javascripts/erp_app/shared/coolclock/tray_clock.js +0 -145
- data/public/javascripts/erp_app/shared/dynamic_forms/dynamic_form_fields.js +0 -99
- data/public/javascripts/erp_app/shared/preference_form.js +0 -155
@@ -1,1231 +0,0 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8"/>
|
5
|
-
<title>CodeMirror: User Manual</title>
|
6
|
-
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
|
7
|
-
<link rel="stylesheet" type="text/css" href="docs.css"/>
|
8
|
-
<style>dl dl {margin: 0;}</style>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
|
12
|
-
<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
|
13
|
-
|
14
|
-
<div class="grey">
|
15
|
-
<img src="baboon.png" class="logo" alt="logo"/>
|
16
|
-
<pre>
|
17
|
-
/* User manual and
|
18
|
-
reference guide */
|
19
|
-
</pre>
|
20
|
-
</div>
|
21
|
-
|
22
|
-
<div class="clear"><div class="leftbig blk">
|
23
|
-
|
24
|
-
<h2 id="overview">Overview</h2>
|
25
|
-
|
26
|
-
<p>CodeMirror is a code-editor component that can be embedded in
|
27
|
-
Web pages. The code library provides <em>only</em> the editor
|
28
|
-
component, no accompanying buttons, auto-completion, or other IDE
|
29
|
-
functionality. It does provide a rich API on top of which such
|
30
|
-
functionality can be straightforwardly implemented. See
|
31
|
-
the <a href="#addons">add-ons</a> included in the distribution,
|
32
|
-
and
|
33
|
-
the <a href="https://github.com/jagthedrummer/codemirror-ui">CodeMirror
|
34
|
-
UI</a> project, for reusable implementations of extra features.</p>
|
35
|
-
|
36
|
-
<p>CodeMirror works with language-specific modes. Modes are
|
37
|
-
JavaScript programs that help color (and optionally indent) text
|
38
|
-
written in a given language. The distribution comes with a number
|
39
|
-
of modes (see the <code>mode/</code> directory), and it isn't hard
|
40
|
-
to <a href="#modeapi">write new ones</a> for other languages.</p>
|
41
|
-
|
42
|
-
<h2 id="usage">Basic Usage</h2>
|
43
|
-
|
44
|
-
<p>The easiest way to use CodeMirror is to simply load the script
|
45
|
-
and style sheet found under <code>lib/</code> in the distribution,
|
46
|
-
plus a mode script from one of the <code>mode/</code> directories
|
47
|
-
and a theme stylesheet from <code>theme/</code>. (See
|
48
|
-
also <a href="compress.html">the compression helper</a>.) For
|
49
|
-
example:</p>
|
50
|
-
|
51
|
-
<pre><script src="lib/codemirror.js"></script>
|
52
|
-
<link rel="stylesheet" href="../lib/codemirror.css">
|
53
|
-
<script src="mode/javascript/javascript.js"></script></pre>
|
54
|
-
|
55
|
-
<p>Having done this, an editor instance can be created like
|
56
|
-
this:</p>
|
57
|
-
|
58
|
-
<pre>var myCodeMirror = CodeMirror(document.body);</pre>
|
59
|
-
|
60
|
-
<p>The editor will be appended to the document body, will start
|
61
|
-
empty, and will use the mode that we loaded. To have more control
|
62
|
-
over the new editor, a configuration object can be passed
|
63
|
-
to <code>CodeMirror</code> as a second argument:</p>
|
64
|
-
|
65
|
-
<pre>var myCodeMirror = CodeMirror(document.body, {
|
66
|
-
value: "function myScript(){return 100;}\n",
|
67
|
-
mode: "javascript"
|
68
|
-
});</pre>
|
69
|
-
|
70
|
-
<p>This will initialize the editor with a piece of code already in
|
71
|
-
it, and explicitly tell it to use the JavaScript mode (which is
|
72
|
-
useful when multiple modes are loaded).
|
73
|
-
See <a href="#config">below</a> for a full discussion of the
|
74
|
-
configuration options that CodeMirror accepts.</p>
|
75
|
-
|
76
|
-
<p>In cases where you don't want to append the editor to an
|
77
|
-
element, and need more control over the way it is inserted, the
|
78
|
-
first argument to the <code>CodeMirror</code> function can also
|
79
|
-
be a function that, when given a DOM element, inserts it into the
|
80
|
-
document somewhere. This could be used to, for example, replace a
|
81
|
-
textarea with a real editor:</p>
|
82
|
-
|
83
|
-
<pre>var myCodeMirror = CodeMirror(function(elt) {
|
84
|
-
myTextArea.parentNode.replaceChild(elt, myTextArea);
|
85
|
-
}, {value: myTextArea.value});</pre>
|
86
|
-
|
87
|
-
<p>However, for this use case, which is a common way to use
|
88
|
-
CodeMirror, the library provides a much more powerful
|
89
|
-
shortcut:</p>
|
90
|
-
|
91
|
-
<pre>var myCodeMirror = CodeMirror.fromTextArea(myTextArea);</pre>
|
92
|
-
|
93
|
-
<p>This will, among other things, ensure that the textarea's value
|
94
|
-
is updated when the form (if it is part of a form) is submitted.
|
95
|
-
See the <a href="#fromTextArea">API reference</a> for a full
|
96
|
-
description of this method.</p>
|
97
|
-
|
98
|
-
<h2 id="config">Configuration</h2>
|
99
|
-
|
100
|
-
<p>Both the <code>CodeMirror</code> function and
|
101
|
-
its <code>fromTextArea</code> method take as second (optional)
|
102
|
-
argument an object containing configuration options. Any option
|
103
|
-
not supplied like this will be taken
|
104
|
-
from <code>CodeMirror.defaults</code>, an object containing the
|
105
|
-
default options. You can update this object to change the defaults
|
106
|
-
on your page.</p>
|
107
|
-
|
108
|
-
<p>Options are not checked in any way, so setting bogus option
|
109
|
-
values is bound to lead to odd errors.</p>
|
110
|
-
|
111
|
-
<p>These are the supported options:</p>
|
112
|
-
|
113
|
-
<dl>
|
114
|
-
<dt id="option_value"><code>value (string)</code></dt>
|
115
|
-
<dd>The starting value of the editor.</dd>
|
116
|
-
|
117
|
-
<dt id="option_mode"><code>mode (string or object)</code></dt>
|
118
|
-
<dd>The mode to use. When not given, this will default to the
|
119
|
-
first mode that was loaded. It may be a string, which either
|
120
|
-
simply names the mode or is
|
121
|
-
a <a href="http://en.wikipedia.org/wiki/MIME">MIME</a> type
|
122
|
-
associated with the mode. Alternatively, it may be an object
|
123
|
-
containing configuration options for the mode, with
|
124
|
-
a <code>name</code> property that names the mode (for
|
125
|
-
example <code>{name: "javascript", json: true}</code>). The demo
|
126
|
-
pages for each mode contain information about what configuration
|
127
|
-
parameters the mode supports. You can ask CodeMirror which modes
|
128
|
-
and MIME types are loaded with
|
129
|
-
the <code>CodeMirror.listModes</code>
|
130
|
-
and <code>CodeMirror.listMIMEs</code> functions.</dd>
|
131
|
-
|
132
|
-
<dt id="option_theme"><code>theme (string)</code></dt>
|
133
|
-
<dd>The theme to style the editor with. You must make sure the
|
134
|
-
CSS file defining the corresponding <code>.cm-s-[name]</code>
|
135
|
-
styles is loaded (see
|
136
|
-
the <a href="../theme/"><code>theme</code></a> directory in the
|
137
|
-
distribution). The default is <code>"default"</code>, for which
|
138
|
-
colors are included in <code>codemirror.css</code>. It is
|
139
|
-
possible to use multiple theming classes at once—for
|
140
|
-
example <code>"foo bar"</code> will assign both
|
141
|
-
the <code>cm-s-foo</code> and the <code>cm-s-bar</code> classes
|
142
|
-
to the editor.</dd>
|
143
|
-
|
144
|
-
<dt id="option_indentUnit"><code>indentUnit (integer)</code></dt>
|
145
|
-
<dd>How many spaces a block (whatever that means in the edited
|
146
|
-
language) should be indented. The default is 2.</dd>
|
147
|
-
|
148
|
-
<dt id="option_smartIndent"><code>smartIndent (boolean)</code></dt>
|
149
|
-
<dd>Whether to use the context-sensitive indentation that the
|
150
|
-
mode provides (or just indent the same as the line before).
|
151
|
-
Defaults to true.</dd>
|
152
|
-
|
153
|
-
<dt id="option_tabSize"><code>tabSize (integer)</code></dt>
|
154
|
-
<dd>The width of a tab character. Defaults to 4.</dd>
|
155
|
-
|
156
|
-
<dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
|
157
|
-
<dd>Whether, when indenting, the first N*<code>tabSize</code>
|
158
|
-
spaces should be replaced by N tabs. Default is false.</dd>
|
159
|
-
|
160
|
-
<dt id="option_electricChars"><code>electricChars (boolean)</code></dt>
|
161
|
-
<dd>Configures whether the editor should re-indent the current
|
162
|
-
line when a character is typed that might change its proper
|
163
|
-
indentation (only works if the mode supports indentation).
|
164
|
-
Default is true.</dd>
|
165
|
-
|
166
|
-
<dt id="option_autoClearEmptyLines"><code>autoClearEmptyLines (boolean)</code></dt>
|
167
|
-
<dd>When turned on (default is off), this will
|
168
|
-
automatically clear lines consisting only of whitespace when the
|
169
|
-
cursor leaves them. This is mostly useful to prevent auto
|
170
|
-
indentation from introducing trailing whitespace in a file.</dd>
|
171
|
-
|
172
|
-
<dt id="option_keyMap"><code>keyMap (string)</code></dt>
|
173
|
-
<dd>Configures the keymap to use. The default
|
174
|
-
is <code>"default"</code>, which is the only keymap defined
|
175
|
-
in <code>codemirror.js</code> itself. Extra keymaps are found in
|
176
|
-
the <a href="../keymap/"><code>keymap</code></a> directory. See
|
177
|
-
the <a href="#keymaps">section on keymaps</a> for more
|
178
|
-
information.</dd>
|
179
|
-
|
180
|
-
<dt id="option_extraKeys"><code>extraKeys (object)</code></dt>
|
181
|
-
<dd>Can be used to specify extra keybindings for the editor,
|
182
|
-
alongside the ones defined
|
183
|
-
by <a href="#option_keyMap"><code>keyMap</code></a>. Should be
|
184
|
-
either null, or a valid <a href="#keymaps">keymap</a> value.</dd>
|
185
|
-
|
186
|
-
<dt id="option_lineWrapping"><code>lineWrapping (boolean)</code></dt>
|
187
|
-
<dd>Whether CodeMirror should scroll or wrap for long lines.
|
188
|
-
Defaults to <code>false</code> (scroll).</dd>
|
189
|
-
|
190
|
-
<dt id="option_lineNumbers"><code>lineNumbers (boolean)</code></dt>
|
191
|
-
<dd>Whether to show line numbers to the left of the editor.</dd>
|
192
|
-
|
193
|
-
<dt id="option_firstLineNumber"><code>firstLineNumber (integer)</code></dt>
|
194
|
-
<dd>At which number to start counting lines. Default is 1.</dd>
|
195
|
-
|
196
|
-
<dt id="option_lineNumberFormatter"><code>lineNumberFormatter (function(integer))</code></dt>
|
197
|
-
<dd>A function used to format line numbers. The function is passed the current line number. Default prints the line number verbatim.</dd>
|
198
|
-
|
199
|
-
<dt id="option_gutter"><code>gutter (boolean)</code></dt>
|
200
|
-
<dd>Can be used to force a 'gutter' (empty space on the left of
|
201
|
-
the editor) to be shown even when no line numbers are active.
|
202
|
-
This is useful for setting <a href="#setMarker">markers</a>.</dd>
|
203
|
-
|
204
|
-
<dt id="option_fixedGutter"><code>fixedGutter (boolean)</code></dt>
|
205
|
-
<dd>When enabled (off by default), this will make the gutter
|
206
|
-
stay visible when the document is scrolled horizontally.</dd>
|
207
|
-
|
208
|
-
<dt id="option_readOnly"><code>readOnly (boolean)</code></dt>
|
209
|
-
<dd>This disables editing of the editor content by the user. If
|
210
|
-
the special value <code>"nocursor"</code> is given (instead of
|
211
|
-
simply <code>true</code>), focusing of the editor is also
|
212
|
-
disallowed.</dd>
|
213
|
-
|
214
|
-
<dt id="option_onChange"><code>onChange (function)</code></dt>
|
215
|
-
<dd>When given, this function will be called every time the
|
216
|
-
content of the editor is changed. It will be given the editor
|
217
|
-
instance as first argument, and an <code>{from, to, text, next}</code>
|
218
|
-
object containing information about the changes
|
219
|
-
that occurred as second argument. <code>from</code>
|
220
|
-
and <code>to</code> are the positions (in the pre-change
|
221
|
-
coordinate system) where the change started and
|
222
|
-
ended (for example, it might be <code>{ch:0, line:18}</code> if the
|
223
|
-
position is at the beginning of line #19). <code>text</code>
|
224
|
-
is an array of strings representing the text that replaced the changed
|
225
|
-
range (split by line). If multiple changes happened during a single
|
226
|
-
operation, the object will have a <code>next</code> property pointing to
|
227
|
-
another change object (which may point to another, etc).</dd>
|
228
|
-
|
229
|
-
<dt id="option_onCursorActivity"><code>onCursorActivity (function)</code></dt>
|
230
|
-
<dd>Will be called when the cursor or selection moves, or any
|
231
|
-
change is made to the editor content.</dd>
|
232
|
-
|
233
|
-
<dt id="option_onViewportChange"><code>onViewportChange (function)</code></dt>
|
234
|
-
<dd>When given, will be called whenever
|
235
|
-
the <a href="#getViewport">view port</a> of the editor changes
|
236
|
-
(due to scrolling, editing, or any other factor). It will be
|
237
|
-
passed three arguments, the editor instance, the start of the
|
238
|
-
viewport, and its end.</dd>
|
239
|
-
|
240
|
-
<dt id="option_onGutterClick"><code>onGutterClick (function)</code></dt>
|
241
|
-
<dd>When given, will be called whenever the editor gutter (the
|
242
|
-
line-number area) is clicked. Will be given the editor instance
|
243
|
-
as first argument, the (zero-based) number of the line that was
|
244
|
-
clicked as second argument, and the raw <code>mousedown</code>
|
245
|
-
event object as third argument.</dd>
|
246
|
-
|
247
|
-
<dt id="option_onFocus"><code>onFocus, onBlur (function)</code></dt>
|
248
|
-
<dd>The given functions will be called whenever the editor is
|
249
|
-
focused or unfocused.</dd>
|
250
|
-
|
251
|
-
<dt id="option_onScroll"><code>onScroll (function)</code></dt>
|
252
|
-
<dd>When given, will be called whenever the editor is
|
253
|
-
scrolled.</dd>
|
254
|
-
|
255
|
-
<dt id="option_onUpdate"><code>onUpdate (function)</code></dt>
|
256
|
-
<dd>Will be called whenever CodeMirror updates its DOM display.</dd>
|
257
|
-
|
258
|
-
<dt id="option_matchBrackets"><code>matchBrackets (boolean)</code></dt>
|
259
|
-
<dd>Determines whether brackets are matched whenever the cursor
|
260
|
-
is moved next to a bracket.</dd>
|
261
|
-
|
262
|
-
<dt id="option_cursorBlinkRate"><code>cursorBlinkRate (number)</code></dt>
|
263
|
-
<dd>Half-period in milliseconds used for cursor blinking. The default blink
|
264
|
-
rate is 530ms.</dd>
|
265
|
-
|
266
|
-
<dt id="option_workTime"><code>workTime, workDelay (number)</code></dt>
|
267
|
-
<dd>Highlighting is done by a pseudo background-thread that will
|
268
|
-
work for <code>workTime</code> milliseconds, and then use
|
269
|
-
timeout to sleep for <code>workDelay</code> milliseconds. The
|
270
|
-
defaults are 200 and 300, you can change these options to make
|
271
|
-
the highlighting more or less aggressive.</dd>
|
272
|
-
|
273
|
-
<dt id="option_pollInterval"><code>pollInterval (number)</code></dt>
|
274
|
-
<dd>Indicates how quickly CodeMirror should poll its input
|
275
|
-
textarea for changes. Most input is captured by events, but some
|
276
|
-
things, like IME input on some browsers, doesn't generate events
|
277
|
-
that allow CodeMirror to properly detect it. Thus, it polls.
|
278
|
-
Default is 100 milliseconds.</dd>
|
279
|
-
|
280
|
-
<dt id="option_undoDepth"><code>undoDepth (integer)</code></dt>
|
281
|
-
<dd>The maximum number of undo levels that the editor stores.
|
282
|
-
Defaults to 40.</dd>
|
283
|
-
|
284
|
-
<dt id="option_tabindex"><code>tabindex (integer)</code></dt>
|
285
|
-
<dd>The <a href="http://www.w3.org/TR/html401/interact/forms.html#adef-tabindex">tab
|
286
|
-
index</a> to assign to the editor. If not given, no tab index
|
287
|
-
will be assigned.</dd>
|
288
|
-
|
289
|
-
<dt id="option_autofocus"><code>autofocus (boolean)</code></dt>
|
290
|
-
<dd>Can be used to make CodeMirror focus itself on
|
291
|
-
initialization. Defaults to off.
|
292
|
-
When <a href="#fromTextArea"><code>fromTextArea</code></a> is
|
293
|
-
used, and no explicit value is given for this option, it will be
|
294
|
-
set to true when either the source textarea is focused, or it
|
295
|
-
has an <code>autofocus</code> attribute and no other element is
|
296
|
-
focused.</dd>
|
297
|
-
|
298
|
-
<dt id="option_dragDrop"><code>dragDrop (boolean)</code></dt>
|
299
|
-
<dd>Controls whether drag-and-drop is enabled. On by default.</dd>
|
300
|
-
|
301
|
-
<dt id="option_onDragEvent"><code>onDragEvent (function)</code></dt>
|
302
|
-
<dd>When given, this will be called when the editor is handling
|
303
|
-
a <code>dragenter</code>, <code>dragover</code>,
|
304
|
-
or <code>drop</code> event. It will be passed the editor instance
|
305
|
-
and the event object as arguments. The callback can choose to
|
306
|
-
handle the event itself, in which case it should
|
307
|
-
return <code>true</code> to indicate that CodeMirror should not
|
308
|
-
do anything further.</dd>
|
309
|
-
|
310
|
-
<dt id="option_onKeyEvent"><code>onKeyEvent (function)</code></dt>
|
311
|
-
<dd>This provides a rather low-level hook into CodeMirror's key
|
312
|
-
handling. If provided, this function will be called on
|
313
|
-
every <code>keydown</code>, <code>keyup</code>,
|
314
|
-
and <code>keypress</code> event that CodeMirror captures. It
|
315
|
-
will be passed two arguments, the editor instance and the key
|
316
|
-
event. This key event is pretty much the raw key event, except
|
317
|
-
that a <code>stop()</code> method is always added to it. You
|
318
|
-
could feed it to, for example, <code>jQuery.Event</code> to
|
319
|
-
further normalize it.<br>This function can inspect the key
|
320
|
-
event, and handle it if it wants to. It may return true to tell
|
321
|
-
CodeMirror to ignore the event. Be wary that, on some browsers,
|
322
|
-
stopping a <code>keydown</code> does not stop
|
323
|
-
the <code>keypress</code> from firing, whereas on others it
|
324
|
-
does. If you respond to an event, you should probably inspect
|
325
|
-
its <code>type</code> property and only do something when it
|
326
|
-
is <code>keydown</code> (or <code>keypress</code> for actions
|
327
|
-
that need character data).</dd>
|
328
|
-
</dl>
|
329
|
-
|
330
|
-
<h2 id="keymaps">Keymaps</h2>
|
331
|
-
|
332
|
-
<p>Keymaps are ways to associate keys with functionality. A keymap
|
333
|
-
is an object mapping strings that identify the keys to functions
|
334
|
-
that implement their functionality.</p>
|
335
|
-
|
336
|
-
<p>Keys are identified either by name or by character.
|
337
|
-
The <code>CodeMirror.keyNames</code> object defines names for
|
338
|
-
common keys and associates them with their key codes. Examples of
|
339
|
-
names defined here are <code>Enter</code>, <code>F5</code>,
|
340
|
-
and <code>Q</code>. These can be prefixed
|
341
|
-
with <code>Shift-</code>, <code>Cmd-</code>, <code>Ctrl-</code>,
|
342
|
-
and <code>Alt-</code> (in that order!) to specify a modifier. So
|
343
|
-
for example, <code>Shift-Ctrl-Space</code> would be a valid key
|
344
|
-
identifier.</p>
|
345
|
-
|
346
|
-
<p>Alternatively, a character can be specified directly by
|
347
|
-
surrounding it in single quotes, for example <code>'$'</code>
|
348
|
-
or <code>'q'</code>. Due to limitations in the way browsers fire
|
349
|
-
key events, these may not be prefixed with modifiers.</p>
|
350
|
-
|
351
|
-
<p>The <code>CodeMirror.keyMap</code> object associates keymaps
|
352
|
-
with names. User code and keymap definitions can assign extra
|
353
|
-
properties to this object. Anywhere where a keymap is expected, a
|
354
|
-
string can be given, which will be looked up in this object. It
|
355
|
-
also contains the <code>"default"</code> keymap holding the
|
356
|
-
default bindings.</p>
|
357
|
-
|
358
|
-
<p>The values of properties in keymaps can be either functions of
|
359
|
-
a single argument (the CodeMirror instance), strings, or
|
360
|
-
<code>false</code>. Such strings refer to properties of the
|
361
|
-
<code>CodeMirror.commands</code> object, which defines a number of
|
362
|
-
common commands that are used by the default keybindings, and maps
|
363
|
-
them to functions. If the property is set to <code>false</code>,
|
364
|
-
CodeMirror leaves handling of the key up to the browser. A key
|
365
|
-
handler function may throw <code>CodeMirror.Pass</code> to indicate
|
366
|
-
that it has decided not to handle the key, and other handlers (or
|
367
|
-
the default behavior) should be given a turn.</p>
|
368
|
-
|
369
|
-
<p>Keys mapped to command names that start with the
|
370
|
-
characters <code>"go"</code> (which should be used for
|
371
|
-
cursor-movement actions) will be fired even when an
|
372
|
-
extra <code>Shift</code> modifier is present (i.e. <code>"Up":
|
373
|
-
"goLineUp"</code> matches both up and shift-up). This is used to
|
374
|
-
easily implement shift-selection.</p>
|
375
|
-
|
376
|
-
<p>Keymaps can defer to each other by defining
|
377
|
-
a <code>fallthrough</code> property. This indicates that when a
|
378
|
-
key is not found in the map itself, one or more other maps should
|
379
|
-
be searched. It can hold either a single keymap or an array of
|
380
|
-
keymaps.</p>
|
381
|
-
|
382
|
-
<p>When a keymap contains a <code>nofallthrough</code> property
|
383
|
-
set to <code>true</code>, keys matched against that map will be
|
384
|
-
ignored if they don't match any of the bindings in the map (no
|
385
|
-
further child maps will be tried, and the default effect of
|
386
|
-
inserting a character will not occur).</p>
|
387
|
-
|
388
|
-
<h2 id="styling">Customized Styling</h2>
|
389
|
-
|
390
|
-
<p>Up to a certain extent, CodeMirror's look can be changed by
|
391
|
-
modifying style sheet files. The style sheets supplied by modes
|
392
|
-
simply provide the colors for that mode, and can be adapted in a
|
393
|
-
very straightforward way. To style the editor itself, it is
|
394
|
-
possible to alter or override the styles defined
|
395
|
-
in <a href="../lib/codemirror.css"><code>codemirror.css</code></a>.</p>
|
396
|
-
|
397
|
-
<p>Some care must be taken there, since a lot of the rules in this
|
398
|
-
file are necessary to have CodeMirror function properly. Adjusting
|
399
|
-
colors should be safe, of course, and with some care a lot of
|
400
|
-
other things can be changed as well. The CSS classes defined in
|
401
|
-
this file serve the following roles:</p>
|
402
|
-
|
403
|
-
<dl>
|
404
|
-
<dt id="class_CodeMirror"><code>CodeMirror</code></dt>
|
405
|
-
<dd>The outer element of the editor. This should be used for the
|
406
|
-
editor width, borders and positioning. Can also be used to set
|
407
|
-
styles that should hold for everything inside the editor (such
|
408
|
-
as font and font size), or to set a background.</dd>
|
409
|
-
|
410
|
-
<dt id="class_CodeMirror_scroll"><code>CodeMirror-scroll</code></dt>
|
411
|
-
<dd>This determines the editor's height, and whether the editor
|
412
|
-
scrolls (<code>overflow: auto</code> + fixed height). By
|
413
|
-
default, it does. Giving this <code>height: auto; overflow:
|
414
|
-
visible;</code> will cause the editor to resize to fit its
|
415
|
-
content.</dd>
|
416
|
-
|
417
|
-
<dt id="class_CodeMirror_focused"><code>CodeMirror-focused</code></dt>
|
418
|
-
<dd>Whenever the editor is focused, the top element gets this
|
419
|
-
class. This is used to hide the cursor and give the selection a
|
420
|
-
different color when the editor is not focused.</dd>
|
421
|
-
|
422
|
-
<dt id="class_CodeMirror_gutter"><code>CodeMirror-gutter</code></dt>
|
423
|
-
<dd>Use this for giving a background or a border to the editor
|
424
|
-
gutter. Don't set any padding here,
|
425
|
-
use <code>CodeMirror-gutter-text</code> for that. By default,
|
426
|
-
the gutter is 'fluid', meaning it will adjust its width to the
|
427
|
-
maximum line number or line marker width. You can also set a
|
428
|
-
fixed width if you want.</dd>
|
429
|
-
|
430
|
-
<dt id="class_CodeMirror_gutter_text"><code>CodeMirror-gutter-text</code></dt>
|
431
|
-
<dd>Used to style the actual line numbers. For the numbers to
|
432
|
-
line up, you must make sure that the font in the gutter is the
|
433
|
-
same as the one in the rest of the editor, so you should
|
434
|
-
probably only set font style and size in
|
435
|
-
the <code>CodeMirror</code> class.</dd>
|
436
|
-
|
437
|
-
<dt id="class_CodeMirror_lines"><code>CodeMirror-lines</code></dt>
|
438
|
-
<dd>The visible lines. If this has vertical
|
439
|
-
padding, <code>CodeMirror-gutter</code> should have the same
|
440
|
-
padding.</dd>
|
441
|
-
|
442
|
-
<dt id="class_CodeMirror_cursor"><code>CodeMirror-cursor</code></dt>
|
443
|
-
<dd>The cursor is a block element that is absolutely positioned.
|
444
|
-
You can make it look whichever way you want.</dd>
|
445
|
-
|
446
|
-
<dt id="class_CodeMirror_selected"><code>CodeMirror-selected</code></dt>
|
447
|
-
<dd>The selection is represented by <code>span</code> elements
|
448
|
-
with this class.</dd>
|
449
|
-
|
450
|
-
<dt id="class_CodeMirror_matchingbracket"><code>CodeMirror-matchingbracket</code>,
|
451
|
-
<code>CodeMirror-nonmatchingbracket</code></dt>
|
452
|
-
<dd>These are used to style matched (or unmatched) brackets.</dd>
|
453
|
-
</dl>
|
454
|
-
|
455
|
-
<p id="css-resize">So note carefully that, in order to resize the
|
456
|
-
editor, you should set a <code>width</code> on
|
457
|
-
the <a href="#getWrapperElement">wrapper</a>
|
458
|
-
(class <code>CodeMirror</code>) element, and a height on
|
459
|
-
the <a href="#getScrollerElement">scroller</a>
|
460
|
-
(class <code>CodeMirror-scroll</code>) element.</p>
|
461
|
-
|
462
|
-
<p>The actual lines, as well as the cursor, are represented
|
463
|
-
by <code>pre</code> elements. By default no text styling (such as
|
464
|
-
bold) that might change line height is applied. If you do want
|
465
|
-
such effects, you'll have to give <code>CodeMirror pre</code> a
|
466
|
-
fixed height.</p>
|
467
|
-
|
468
|
-
<p>If your page's style sheets do funky things to
|
469
|
-
all <code>div</code> or <code>pre</code> elements (you probably
|
470
|
-
shouldn't do that), you'll have to define rules to cancel these
|
471
|
-
effects out again for elements under the <code>CodeMirror</code>
|
472
|
-
class.</p>
|
473
|
-
|
474
|
-
<p>Themes are also simply CSS files, which define colors for
|
475
|
-
various syntactic elements. See the files in
|
476
|
-
the <a href="../theme/"><code>theme</code></a> directory.</p>
|
477
|
-
|
478
|
-
<h2 id="api">Programming API</h2>
|
479
|
-
|
480
|
-
<p>A lot of CodeMirror features are only available through its API.
|
481
|
-
This has the disadvantage that you need to do work to enable them,
|
482
|
-
and the advantage that CodeMirror will fit seamlessly into your
|
483
|
-
application.</p>
|
484
|
-
|
485
|
-
<p>Whenever points in the document are represented, the API uses
|
486
|
-
objects with <code>line</code> and <code>ch</code> properties.
|
487
|
-
Both are zero-based. CodeMirror makes sure to 'clip' any positions
|
488
|
-
passed by client code so that they fit inside the document, so you
|
489
|
-
shouldn't worry too much about sanitizing your coordinates. If you
|
490
|
-
give <code>ch</code> a value of <code>null</code>, or don't
|
491
|
-
specify it, it will be replaced with the length of the specified
|
492
|
-
line.</p>
|
493
|
-
|
494
|
-
<dl>
|
495
|
-
<dt id="getValue"><code>getValue() → string</code></dt>
|
496
|
-
<dd>Get the current editor content. You can pass it an optional
|
497
|
-
argument to specify the string to be used to separate lines
|
498
|
-
(defaults to <code>"\n"</code>).</dd>
|
499
|
-
<dt id="setValue"><code>setValue(string)</code></dt>
|
500
|
-
<dd>Set the editor content.</dd>
|
501
|
-
|
502
|
-
<dt id="getSelection"><code>getSelection() → string</code></dt>
|
503
|
-
<dd>Get the currently selected code.</dd>
|
504
|
-
<dt id="replaceSelection"><code>replaceSelection(string)</code></dt>
|
505
|
-
<dd>Replace the selection with the given string.</dd>
|
506
|
-
|
507
|
-
<dt id="setSize"><code>setSize(width, height)</code></dt>
|
508
|
-
<dd>Programatically set the size of the editor (overriding the
|
509
|
-
applicable <a href="#css-resize">CSS
|
510
|
-
rules</a>). <code>width</code> and <code>height</code> height
|
511
|
-
can be either numbers (interpreted as pixels) or CSS units
|
512
|
-
(<code>"100%"</code>, for example). You can
|
513
|
-
pass <code>null</code> for either of them to indicate that that
|
514
|
-
dimension should not be changed.</dd>
|
515
|
-
<dt id="focus"><code>focus()</code></dt>
|
516
|
-
<dd>Give the editor focus.</dd>
|
517
|
-
<dt id="scrollTo"><code>scrollTo(x, y)</code></dt>
|
518
|
-
<dd>Scroll the editor to a given (pixel) position. Both
|
519
|
-
arguments may be left as <code>null</code>
|
520
|
-
or <code>undefined</code> to have no effect.</dd>
|
521
|
-
<dt id="getScrollInfo"><code>getScrollInfo()</code></dt>
|
522
|
-
<dd>Get an <code>{x, y, width, height}</code> object that
|
523
|
-
represents the current scroll position and scrollable area size
|
524
|
-
of the editor.</dd>
|
525
|
-
|
526
|
-
<dt id="setOption"><code>setOption(option, value)</code></dt>
|
527
|
-
<dd>Change the configuration of the editor. <code>option</code>
|
528
|
-
should the name of an <a href="#config">option</a>,
|
529
|
-
and <code>value</code> should be a valid value for that
|
530
|
-
option.</dd>
|
531
|
-
<dt id="getOption"><code>getOption(option) → value</code></dt>
|
532
|
-
<dd>Retrieves the current value of the given option for this
|
533
|
-
editor instance.</dd>
|
534
|
-
<dt id="getMode"><code>getMode() → object</code></dt>
|
535
|
-
<dd>Gets the mode object for the editor. Note that this is
|
536
|
-
distinct from <code>getOption("mode")</code>, which gives you
|
537
|
-
the mode specification, rather than the resolved, instantiated
|
538
|
-
<a href="#defineMode">mode object</a>.</dd>
|
539
|
-
|
540
|
-
<dt id="cursorCoords"><code>cursorCoords(start, mode) → object</code></dt>
|
541
|
-
<dd>Returns an <code>{x, y, yBot}</code> object containing the
|
542
|
-
coordinates of the cursor. If <code>mode</code>
|
543
|
-
is <code>"local"</code>, they will be relative to the top-left
|
544
|
-
corner of the editable document. If it is <code>"page"</code> or
|
545
|
-
not given, they are relative to the top-left corner of the
|
546
|
-
page. <code>yBot</code> is the coordinate of the bottom of the
|
547
|
-
cursor. <code>start</code> is a boolean indicating whether you
|
548
|
-
want the start or the end of the selection.</dd>
|
549
|
-
<dt id="charCoords"><code>charCoords(pos, mode) → object</code></dt>
|
550
|
-
<dd>Like <code>cursorCoords</code>, but returns the position of
|
551
|
-
an arbitrary characters. <code>pos</code> should be
|
552
|
-
a <code>{line, ch}</code> object.</dd>
|
553
|
-
<dt id="coordsChar"><code>coordsChar(object) → pos</code></dt>
|
554
|
-
<dd>Given an <code>{x, y}</code> object (in page coordinates),
|
555
|
-
returns the <code>{line, ch}</code> position that corresponds to
|
556
|
-
it.</dd>
|
557
|
-
|
558
|
-
<dt id="undo"><code>undo()</code></dt>
|
559
|
-
<dd>Undo one edit (if any undo events are stored).</dd>
|
560
|
-
<dt id="redo"><code>redo()</code></dt>
|
561
|
-
<dd>Redo one undone edit.</dd>
|
562
|
-
<dt id="historySize"><code>historySize() → object</code></dt>
|
563
|
-
<dd>Returns an object with <code>{undo, redo}</code> properties,
|
564
|
-
both of which hold integers, indicating the amount of stored
|
565
|
-
undo and redo operations.</dd>
|
566
|
-
<dt id="clearHistory"><code>clearHistory()</code></dt>
|
567
|
-
<dd>Clears the editor's undo history.</dd>
|
568
|
-
<dt id="getHistory"><code>getHistory() → object</code></dt>
|
569
|
-
<dd>Get a (JSON-serializeable) representation of the undo history.</dd>
|
570
|
-
<dt id="setHistory"><code>setHistory(object)</code></dt>
|
571
|
-
<dd>Replace the editor's undo history with the one provided,
|
572
|
-
which must be a value as returned
|
573
|
-
by <a href="#getHistory"><code>getHistory</code></a>. Note that
|
574
|
-
this will have entirely undefined results if the editor content
|
575
|
-
isn't also the same as it was when <code>getHistory</code> was
|
576
|
-
called.</dd>
|
577
|
-
|
578
|
-
<dt id="indentLine"><code>indentLine(line, dir)</code></dt>
|
579
|
-
<dd>Reset the given line's indentation to the indentation
|
580
|
-
prescribed by the mode. If the second argument is given,
|
581
|
-
indentation will be increased (if <code>dir</code> is true) or
|
582
|
-
decreased (if false) by an <a href="#option_indentUnit">indent
|
583
|
-
unit</a> instead.</dd>
|
584
|
-
|
585
|
-
<dt id="getTokenAt"><code>getTokenAt(pos) → object</code></dt>
|
586
|
-
<dd>Retrieves information about the token the current mode found
|
587
|
-
before the given position (a <code>{line, ch}</code> object). The
|
588
|
-
returned object has the following properties:
|
589
|
-
<dl>
|
590
|
-
<dt><code>start</code></dt><dd>The character (on the given line) at which the token starts.</dd>
|
591
|
-
<dt><code>end</code></dt><dd>The character at which the token ends.</dd>
|
592
|
-
<dt><code>string</code></dt><dd>The token's string.</dd>
|
593
|
-
<dt><code>className</code></dt><dd>The class the mode assigned
|
594
|
-
to the token. (Can be null when no class was assigned.)</dd>
|
595
|
-
<dt><code>state</code></dt><dd>The mode's state at the end of this token.</dd>
|
596
|
-
</dl></dd>
|
597
|
-
|
598
|
-
<dt id="markText"><code>markText(from, to, className, options) → object</code></dt>
|
599
|
-
<dd>Can be used to mark a range of text with a specific CSS
|
600
|
-
class name. <code>from</code> and <code>to</code> should
|
601
|
-
be <code>{line, ch}</code> objects. The <code>options</code>
|
602
|
-
parameter is optional. When given, it should be an object that
|
603
|
-
may contain the following configuration options:
|
604
|
-
<dl>
|
605
|
-
<dt><code>inclusiveLeft</code></dt><dd>Determines whether
|
606
|
-
text inserted on the left of the marker will end up inside
|
607
|
-
or outside of it.</dd>
|
608
|
-
<dt><code>inclusiveRight</code></dt><dd>Like <code>inclusiveLeft</code>,
|
609
|
-
but for the right side.</dd>
|
610
|
-
<dt><code>startStyle</code></dt><dd>Can be used to specify
|
611
|
-
an extra CSS class to be applied to the leftmost span that
|
612
|
-
is part of the marker.</dd>
|
613
|
-
<dt><code>endStyle</code></dt><dd>Equivalent
|
614
|
-
to <code>startStyle</code>, but for the rightmost span.</dd>
|
615
|
-
</dl>
|
616
|
-
The method will return an object with two methods,
|
617
|
-
<code>clear()</code>, which removes the mark,
|
618
|
-
and <code>find()</code>, which returns a <code>{from, to}</code>
|
619
|
-
(both document positions), indicating the current position of
|
620
|
-
the marked range, or <code>undefined</code> if the marker is no
|
621
|
-
longer in the document.</dd>
|
622
|
-
|
623
|
-
<dt id="setBookmark"><code>setBookmark(pos) → object</code></dt>
|
624
|
-
<dd>Inserts a bookmark, a handle that follows the text around it
|
625
|
-
as it is being edited, at the given position. A bookmark has two
|
626
|
-
methods <code>find()</code> and <code>clear()</code>. The first
|
627
|
-
returns the current position of the bookmark, if it is still in
|
628
|
-
the document, and the second explicitly removes the
|
629
|
-
bookmark.</dd>
|
630
|
-
|
631
|
-
<dt id="findMarksAt"><code>findMarksAt(pos) → array</code></dt>
|
632
|
-
<dd>Returns an array of all the bookmarks and marked ranges
|
633
|
-
present at the given position.</dd>
|
634
|
-
|
635
|
-
<dt id="setMarker"><code>setMarker(line, text, className) → lineHandle</code></dt>
|
636
|
-
<dd>Add a gutter marker for the given line. Gutter markers are
|
637
|
-
shown in the line-number area (instead of the number for this
|
638
|
-
line). Both <code>text</code> and <code>className</code> are
|
639
|
-
optional. Setting <code>text</code> to a Unicode character like
|
640
|
-
● tends to give a nice effect. To put a picture in the gutter,
|
641
|
-
set <code>text</code> to a space and <code>className</code> to
|
642
|
-
something that sets a background image. If you
|
643
|
-
specify <code>text</code>, the given text (which may contain
|
644
|
-
HTML) will, by default, replace the line number for that line.
|
645
|
-
If this is not what you want, you can include the
|
646
|
-
string <code>%N%</code> in the text, which will be replaced by
|
647
|
-
the line number.</dd>
|
648
|
-
<dt id="clearMarker"><code>clearMarker(line)</code></dt>
|
649
|
-
<dd>Clears a marker created
|
650
|
-
with <code>setMarker</code>. <code>line</code> can be either a
|
651
|
-
number or a handle returned by <code>setMarker</code> (since a
|
652
|
-
number may now refer to a different line if something was added
|
653
|
-
or deleted).</dd>
|
654
|
-
<dt id="setLineClass"><code>setLineClass(line, className, backgroundClassName) → lineHandle</code></dt>
|
655
|
-
<dd>Set a CSS class name for the given line. <code>line</code>
|
656
|
-
can be a number or a line handle (as returned
|
657
|
-
by <code>setMarker</code> or this
|
658
|
-
function). <code>className</code> will be used to style the text
|
659
|
-
for the line, and <code>backgroundClassName</code> to style its
|
660
|
-
background (which lies behind the selection).
|
661
|
-
Pass <code>null</code> to clear the classes for a line.</dd>
|
662
|
-
<dt id="hideLine"><code>hideLine(line) → lineHandle</code></dt>
|
663
|
-
<dd>Hide the given line (either by number or by handle). Hidden
|
664
|
-
lines don't show up in the editor, and their numbers are skipped
|
665
|
-
when <a href="#option_lineNumbers">line numbers</a> are enabled.
|
666
|
-
Deleting a region around them does delete them, and coping a
|
667
|
-
region around will include them in the copied text.</dd>
|
668
|
-
<dt id="showLine"><code>showLine(line) → lineHandle</code></dt>
|
669
|
-
<dd>The inverse of <code>hideLine</code>—re-shows a previously
|
670
|
-
hidden line, by number or by handle.</dd>
|
671
|
-
|
672
|
-
<dt id="onDeleteLine"><code>onDeleteLine(line, func)</code></dt>
|
673
|
-
<dd>Register a function that should be called when the line is
|
674
|
-
deleted from the document.</dd>
|
675
|
-
|
676
|
-
<dt id="lineInfo"><code>lineInfo(line) → object</code></dt>
|
677
|
-
<dd>Returns the line number, text content, and marker status of
|
678
|
-
the given line, which can be either a number or a handle
|
679
|
-
returned by <code>setMarker</code>. The returned object has the
|
680
|
-
structure <code>{line, handle, text, markerText, markerClass,
|
681
|
-
lineClass, bgClass}</code>.</dd>
|
682
|
-
|
683
|
-
<dt id="getLineHandle"><code>getLineHandle(num) → lineHandle</code></dt>
|
684
|
-
<dd>Fetches the line handle for the given line number.</dd>
|
685
|
-
|
686
|
-
<dt id="getViewport"><code>getViewport() → object</code></dt>
|
687
|
-
<dd>Returns a <code>{from, to}</code> object indicating the
|
688
|
-
start (inclusive) and end (exclusive) of the currently displayed
|
689
|
-
part of the document. In big documents, when most content is
|
690
|
-
scrolled out of view, CodeMirror will only render the visible
|
691
|
-
part, and a margin around it. See also
|
692
|
-
the <a href="#option_onViewportChange"><code>onViewportChange</code></a>
|
693
|
-
option.</dd>
|
694
|
-
|
695
|
-
<dt id="addWidget"><code>addWidget(pos, node, scrollIntoView)</code></dt>
|
696
|
-
<dd>Puts <code>node</code>, which should be an absolutely
|
697
|
-
positioned DOM node, into the editor, positioned right below the
|
698
|
-
given <code>{line, ch}</code> position.
|
699
|
-
When <code>scrollIntoView</code> is true, the editor will ensure
|
700
|
-
that the entire node is visible (if possible). To remove the
|
701
|
-
widget again, simply use DOM methods (move it somewhere else, or
|
702
|
-
call <code>removeChild</code> on its parent).</dd>
|
703
|
-
|
704
|
-
<dt id="matchBrackets"><code>matchBrackets()</code></dt>
|
705
|
-
<dd>Force matching-bracket-highlighting to happen.</dd>
|
706
|
-
|
707
|
-
<dt id="lineCount"><code>lineCount() → number</code></dt>
|
708
|
-
<dd>Get the number of lines in the editor.</dd>
|
709
|
-
|
710
|
-
<dt id="getCursor"><code>getCursor(start) → object</code></dt>
|
711
|
-
<dd><code>start</code> is a boolean indicating whether the start
|
712
|
-
or the end of the selection must be retrieved. If it is not
|
713
|
-
given, the current cursor pos, i.e. the side of the selection
|
714
|
-
that would move if you pressed an arrow key, is chosen.
|
715
|
-
A <code>{line, ch}</code> object will be returned.</dd>
|
716
|
-
<dt id="somethingSelected"><code>somethingSelected() → boolean</code></dt>
|
717
|
-
<dd>Return true if any text is selected.</dd>
|
718
|
-
<dt id="setCursor"><code>setCursor(pos)</code></dt>
|
719
|
-
<dd>Set the cursor position. You can either pass a
|
720
|
-
single <code>{line, ch}</code> object, or the line and the
|
721
|
-
character as two separate parameters.</dd>
|
722
|
-
<dt id="setSelection"><code>setSelection(start, end)</code></dt>
|
723
|
-
<dd>Set the selection range. <code>start</code>
|
724
|
-
and <code>end</code> should be <code>{line, ch}</code> objects.</dd>
|
725
|
-
|
726
|
-
<dt id="getLine"><code>getLine(n) → string</code></dt>
|
727
|
-
<dd>Get the content of line <code>n</code>.</dd>
|
728
|
-
<dt id="setLine"><code>setLine(n, text)</code></dt>
|
729
|
-
<dd>Set the content of line <code>n</code>.</dd>
|
730
|
-
<dt id="removeLine"><code>removeLine(n)</code></dt>
|
731
|
-
<dd>Remove the given line from the document.</dd>
|
732
|
-
|
733
|
-
<dt id="getRange"><code>getRange(from, to) → string</code></td>
|
734
|
-
<dd>Get the text between the given points in the editor, which
|
735
|
-
should be <code>{line, ch}</code> objects. An optional third
|
736
|
-
argument can be given to indicate the line separator string to
|
737
|
-
use (defaults to <code>"\n"</code>).</dd>
|
738
|
-
<dt id="replaceRange"><code>replaceRange(string, from, to)</code></dt>
|
739
|
-
<dd>Replace the part of the document between <code>from</code>
|
740
|
-
and <code>to</code> with the given string. <code>from</code>
|
741
|
-
and <code>to</code> must be <code>{line, ch}</code>
|
742
|
-
objects. <code>to</code> can be left off to simply insert the
|
743
|
-
string at position <code>from</code>.</dd>
|
744
|
-
|
745
|
-
<dt id="posFromIndex"><code>posFromIndex(index) → object</code></dt>
|
746
|
-
<dd>Calculates and returns a <code>{line, ch}</code> object for a
|
747
|
-
zero-based <code>index</code> who's value is relative to the start of the
|
748
|
-
editor's text. If the <code>index</code> is out of range of the text then
|
749
|
-
the returned object is clipped to start or end of the text
|
750
|
-
respectively.</dd>
|
751
|
-
<dt id="indexFromPos"><code>indexFromPos(object) → number</code></dt>
|
752
|
-
<dd>The reverse of <a href="#posFromIndex"><code>posFromIndex</code></a>.</dd>
|
753
|
-
</dl>
|
754
|
-
|
755
|
-
<p>The following are more low-level methods:</p>
|
756
|
-
|
757
|
-
<dl>
|
758
|
-
<dt id="operation"><code>operation(func) → result</code></dt>
|
759
|
-
<dd>CodeMirror internally buffers changes and only updates its
|
760
|
-
DOM structure after it has finished performing some operation.
|
761
|
-
If you need to perform a lot of operations on a CodeMirror
|
762
|
-
instance, you can call this method with a function argument. It
|
763
|
-
will call the function, buffering up all changes, and only doing
|
764
|
-
the expensive update after the function returns. This can be a
|
765
|
-
lot faster. The return value from this method will be the return
|
766
|
-
value of your function.</dd>
|
767
|
-
|
768
|
-
<dt id="compoundChange"><code>compoundChange(func) → result</code></dt>
|
769
|
-
<dd>Will call the given function (and return its result),
|
770
|
-
combining all changes made while that function executes into a
|
771
|
-
single undo event.</dd>
|
772
|
-
|
773
|
-
<dt id="refresh"><code>refresh()</code></dt>
|
774
|
-
<dd>If your code does something to change the size of the editor
|
775
|
-
element (window resizes are already listened for), or unhides
|
776
|
-
it, you should probably follow up by calling this method to
|
777
|
-
ensure CodeMirror is still looking as intended.</dd>
|
778
|
-
|
779
|
-
<dt id="getInputField"><code>getInputField() → textarea</code></dt>
|
780
|
-
<dd>Returns the hidden textarea used to read input.</dd>
|
781
|
-
<dt id="getWrapperElement"><code>getWrapperElement() → node</code></dt>
|
782
|
-
<dd>Returns the DOM node that represents the editor, and
|
783
|
-
controls its width. Remove this from your tree to delete an
|
784
|
-
editor instance. Set it's <code>width</code> style when
|
785
|
-
resizing.</dd>
|
786
|
-
<dt id="getScrollerElement"><code>getScrollerElement() → node</code></dt>
|
787
|
-
<dd>Returns the DOM node that is responsible for the vertical
|
788
|
-
sizing and horizontal scrolling of the editor. You can change
|
789
|
-
the <code>height</code> style of this element to resize an
|
790
|
-
editor. (You might have to call
|
791
|
-
the <a href="#refresh"><code>refresh</code></a> method
|
792
|
-
afterwards.)</dd>
|
793
|
-
<dt id="getGutterElement"><code>getGutterElement() → node</code></dt>
|
794
|
-
<dd>Fetches the DOM node that represents the editor gutter.</dd>
|
795
|
-
|
796
|
-
<dt id="getStateAfter"><code>getStateAfter(line) → state</code></dt>
|
797
|
-
<dd>Returns the mode's parser state, if any, at the end of the
|
798
|
-
given line number. If no line number is given, the state at the
|
799
|
-
end of the document is returned. This can be useful for storing
|
800
|
-
parsing errors in the state, or getting other kinds of
|
801
|
-
contextual information for a line.</dd>
|
802
|
-
</dl>
|
803
|
-
|
804
|
-
<p id="version">The <code>CodeMirror</code> object itself provides
|
805
|
-
several useful properties. Firstly, its <code>version</code>
|
806
|
-
property contains a string that indicates the version of the
|
807
|
-
library. For releases, this simply
|
808
|
-
contains <code>"major.minor"</code> (for
|
809
|
-
example <code>"2.33"</code>. For beta versions, <code>" B"</code>
|
810
|
-
(space, capital B) is added at the end of the string, for
|
811
|
-
development snapshots, <code>" +"</code> (space, plus) is
|
812
|
-
added.</p>
|
813
|
-
|
814
|
-
<p id="fromTextArea">The <code>CodeMirror.fromTextArea</code>
|
815
|
-
method provides another way to initialize an editor. It takes a
|
816
|
-
textarea DOM node as first argument and an optional configuration
|
817
|
-
object as second. It will replace the textarea with a CodeMirror
|
818
|
-
instance, and wire up the form of that textarea (if any) to make
|
819
|
-
sure the editor contents are put into the textarea when the form
|
820
|
-
is submitted. A CodeMirror instance created this way has three
|
821
|
-
additional methods:</p>
|
822
|
-
|
823
|
-
<dl>
|
824
|
-
<dt id="save"><code>save()</code></dt>
|
825
|
-
<dd>Copy the content of the editor into the textarea.</dd>
|
826
|
-
|
827
|
-
<dt id="toTextArea"><code>toTextArea()</code></dt>
|
828
|
-
<dd>Remove the editor, and restore the original textarea (with
|
829
|
-
the editor's current content).</dd>
|
830
|
-
|
831
|
-
<dt id="getTextArea"><code>getTextArea() → textarea</code></dt>
|
832
|
-
<dd>Returns the textarea that the instance was based on.</dd>
|
833
|
-
</dl>
|
834
|
-
|
835
|
-
<p id="defineExtension">If you want to define extra methods in terms
|
836
|
-
of the CodeMirror API, it is possible to
|
837
|
-
use <code>CodeMirror.defineExtension(name, value)</code>. This
|
838
|
-
will cause the given value (usually a method) to be added to all
|
839
|
-
CodeMirror instances created from then on.</p>
|
840
|
-
|
841
|
-
<p id="defineInitHook">If your extention just needs to run some
|
842
|
-
code whenever a CodeMirror instance is initialized,
|
843
|
-
use <code>CodeMirror.defineInitHook</code>. Give it a function as
|
844
|
-
its only argument, and from then on, that function will be called
|
845
|
-
(with the instance as argument) whenever a new CodeMirror instance
|
846
|
-
is initialized.</p>
|
847
|
-
|
848
|
-
<h2 id="addons">Add-ons</h2>
|
849
|
-
|
850
|
-
<p>The <code>lib/util</code> directory in the distribution
|
851
|
-
contains a number of reusable components that implement extra
|
852
|
-
editor functionality. In brief, they are:</p>
|
853
|
-
|
854
|
-
<dl>
|
855
|
-
<dt id="util_dialog"><a href="../lib/util/dialog.js"><code>dialog.js</code></a></dt>
|
856
|
-
<dd>Provides a very simple way to query users for text input.
|
857
|
-
Adds an <code>openDialog</code> method to CodeMirror instances,
|
858
|
-
which can be called with an HTML fragment that provides the
|
859
|
-
prompt (should include an <code>input</code> tag), and a
|
860
|
-
callback function that is called when text has been entered.
|
861
|
-
Depends on <code>lib/util/dialog.css</code>.</dd>
|
862
|
-
<dt id="util_searchcursor"><a href="../lib/util/searchcursor.js"><code>searchcursor.js</code></a></dt>
|
863
|
-
<dd>Adds the <code>getSearchCursor(query, start, caseFold) →
|
864
|
-
cursor</code> method to CodeMirror instances, which can be used
|
865
|
-
to implement search/replace functionality. <code>query</code>
|
866
|
-
can be a regular expression or a string (only strings will match
|
867
|
-
across lines—if they contain newlines). <code>start</code>
|
868
|
-
provides the starting position of the search. It can be
|
869
|
-
a <code>{line, ch}</code> object, or can be left off to default
|
870
|
-
to the start of the document. <code>caseFold</code> is only
|
871
|
-
relevant when matching a string. It will cause the search to be
|
872
|
-
case-insensitive. A search cursor has the following methods:
|
873
|
-
<dl>
|
874
|
-
<dt><code>findNext(), findPrevious() → boolean</code></dt>
|
875
|
-
<dd>Search forward or backward from the current position.
|
876
|
-
The return value indicates whether a match was found. If
|
877
|
-
matching a regular expression, the return value will be the
|
878
|
-
array returned by the <code>match</code> method, in case you
|
879
|
-
want to extract matched groups.</dd>
|
880
|
-
<dt><code>from(), to() → object</code></dt>
|
881
|
-
<dd>These are only valid when the last call
|
882
|
-
to <code>findNext</code> or <code>findPrevious</code> did
|
883
|
-
not return false. They will return <code>{line, ch}</code>
|
884
|
-
objects pointing at the start and end of the match.</dd>
|
885
|
-
<dt><code>replace(text)</code></dt>
|
886
|
-
<dd>Replaces the currently found match with the given text
|
887
|
-
and adjusts the cursor position to reflect the
|
888
|
-
replacement.</dd>
|
889
|
-
</dl></dd>
|
890
|
-
|
891
|
-
<dt id="util_search"><a href="../lib/util/search.js"><code>search.js</code></a></dt>
|
892
|
-
<dd>Implements the search commands. CodeMirror has keys bound to
|
893
|
-
these by default, but will not do anything with them unless an
|
894
|
-
implementation is provided. Depends
|
895
|
-
on <code>searchcursor.js</code>, and will make use
|
896
|
-
of <a href="#util_dialog"><code>openDialog</code></a> when
|
897
|
-
available to make prompting for search queries less ugly.</dd>
|
898
|
-
<dt id="util_foldcode"><a href="../lib/util/foldcode.js"><code>foldcode.js</code></a></dt>
|
899
|
-
<dd>Helps with code folding.
|
900
|
-
See <a href="../demo/folding.html">the demo</a> for an example.
|
901
|
-
Call <code>CodeMirror.newFoldFunction</code> with a range-finder
|
902
|
-
helper function to create a function that will, when applied to
|
903
|
-
a CodeMirror instance and a line number, attempt to fold or
|
904
|
-
unfold the block starting at the given line. A range-finder is a
|
905
|
-
language-specific function that also takes an instance and a
|
906
|
-
line number, and returns an end line for the block, or null if
|
907
|
-
no block is started on that line. This file
|
908
|
-
provides <code>CodeMirror.braceRangeFinder</code>, which finds
|
909
|
-
blocks in brace languages (JavaScript, C, Java,
|
910
|
-
etc), <code>CodeMirror.indentRangeFinder</code>, for languages
|
911
|
-
where indentation determines block structure (Python, Haskell),
|
912
|
-
and <code>CodeMirror.tagRangeFinder</code>, for XML-style
|
913
|
-
languages.</dd>
|
914
|
-
<dt id="util_runmode"><a href="../lib/util/runmode.js"><code>runmode.js</code></a></dt>
|
915
|
-
<dd>Can be used to run a CodeMirror mode over text without
|
916
|
-
actually opening an editor instance.
|
917
|
-
See <a href="../demo/runmode.html">the demo</a> for an
|
918
|
-
example.</dd>
|
919
|
-
<dt id="util_overlay"><a href="../lib/util/overlay.js"><code>overlay.js</code></a></dt>
|
920
|
-
<dd>Mode combinator that can be used to extend a mode with an
|
921
|
-
'overlay' — a secondary mode is run over the stream, along with
|
922
|
-
the base mode, and can color specific pieces of text without
|
923
|
-
interfering with the base mode.
|
924
|
-
Defines <code>CodeMirror.overlayMode</code>, which is used to
|
925
|
-
create such a mode. See <a href="../demo/mustache.html">this
|
926
|
-
demo</a> for a detailed example.</dd>
|
927
|
-
<dt id="util_multiplex"><a href="../lib/util/multiplex.js"><code>multiplex.js</code></a></dt>
|
928
|
-
<dd>Mode combinator that can be used to easily 'multiplex'
|
929
|
-
between several modes.
|
930
|
-
Defines <code>CodeMirror.multiplexingMode</code> which, when
|
931
|
-
given as first argument a mode object, and as other arguments
|
932
|
-
any number of <code>{open, close, mode [, delimStyle]}</code>
|
933
|
-
objects, will return a mode object that starts parsing using the
|
934
|
-
mode passed as first argument, but will switch to another mode
|
935
|
-
as soon as it encounters a string that occurs in one of
|
936
|
-
the <code>open</code> fields of the passed objects. When in a
|
937
|
-
sub-mode, it will go back to the top mode again when
|
938
|
-
the <code>close</code> string is encountered.
|
939
|
-
When <code>delimStyle</code> is specified, it will be the token
|
940
|
-
style returned for the delimiter tokens. The outer mode will not
|
941
|
-
see the content between the delimiters.
|
942
|
-
See <a href="../demo/multiplex.html">this demo</a> for an
|
943
|
-
example.</dd>
|
944
|
-
<dt id="util_simple-hint"><a href="../lib/util/simple-hint.js"><code>simple-hint.js</code></a></dt>
|
945
|
-
<dd>Provides a framework for showing autocompletion hints.
|
946
|
-
Defines <code>CodeMirror.simpleHint</code>, which takes a
|
947
|
-
CodeMirror instance and a hinting function, and pops up a widget
|
948
|
-
that allows the user to select a completion. Hinting functions
|
949
|
-
are function that take an editor instance, and return
|
950
|
-
a <code>{list, from, to}</code> object, where <code>list</code>
|
951
|
-
is an array of strings (the completions), and <code>from</code>
|
952
|
-
and <code>to</code> give the start and end of the token that is
|
953
|
-
being completed. Depends
|
954
|
-
on <code>lib/util/simple-hint.css</code>.</dd>
|
955
|
-
<dt id="util_javascript-hint"><a href="../lib/util/javascript-hint.js"><code>javascript-hint.js</code></a></dt>
|
956
|
-
<dd>Defines <code>CodeMirror.javascriptHint</code>
|
957
|
-
and <code>CodeMirror.coffeescriptHint</code>, which are simple
|
958
|
-
hinting functions for the JavaScript and CoffeeScript
|
959
|
-
modes.</dd>
|
960
|
-
<dt id="util_match-highlighter"><a href="../lib/util/match-highlighter.js"><code>match-highlighter.js</code></a></dt>
|
961
|
-
<dd>Adds a <code>matchHighlight</code> method to CodeMirror
|
962
|
-
instances that can be called (typically from
|
963
|
-
a <a href="#option_onCursorActivity"><code>onCursorActivity</code></a>
|
964
|
-
handler) to highlight all instances of a currently selected word
|
965
|
-
with the a classname given as a first argument to the method.
|
966
|
-
Depends on
|
967
|
-
the <a href="#util_searchcursor"><code>searchcursor</code></a>
|
968
|
-
add-on. Demo <a href="../demo/matchhighlighter.html">here</a>.</dd>
|
969
|
-
<dt id="util_formatting"><a href="../lib/util/formatting.js"><code>formatting.js</code></a></dt>
|
970
|
-
<dd>Adds <code>commentRange</code>, <code>autoIndentRange</code>,
|
971
|
-
and <code>autoFormatRange</code> methods that, respectively,
|
972
|
-
comment (or uncomment), indent, or format (add line breaks) a
|
973
|
-
range of code. <a href="../demo/formatting.html">Demo here.</a></dd>
|
974
|
-
<dt id="util_closetag"><a href="../lib/util/closetag.js"><code>closetag.js</code></a></dt>
|
975
|
-
<dd>Provides utility functions for adding automatic tag closing
|
976
|
-
to XML modes. See
|
977
|
-
the <a href="../demo/closetag.html">demo</a>.</dd>
|
978
|
-
<dt id="util_loadmode"><a href="../lib/util/loadmode.js"><code>loadmode.js</code></a></dt>
|
979
|
-
<dd>Defines a <code>CodeMirror.requireMode(modename,
|
980
|
-
callback)</code> function that will try to load a given mode and
|
981
|
-
call the callback when it succeeded. You'll have to
|
982
|
-
set <code>CodeMirror.modeURL</code> to a string that mode paths
|
983
|
-
can be constructed from, for
|
984
|
-
example <code>"mode/%N/%N.js"</code>—the <code>%N</code>'s will
|
985
|
-
be replaced with the mode name. Also
|
986
|
-
defines <code>CodeMirror.autoLoadMode(instance, mode)</code>,
|
987
|
-
which will ensure the given mode is loaded and cause the given
|
988
|
-
editor instance to refresh its mode when the loading
|
989
|
-
succeeded. See the <a href="../demo/loadmode.html">demo</a>.</dd>
|
990
|
-
</dl>
|
991
|
-
|
992
|
-
<h2 id="modeapi">Writing CodeMirror Modes</h2>
|
993
|
-
|
994
|
-
<p>Modes typically consist of a single JavaScript file. This file
|
995
|
-
defines, in the simplest case, a lexer (tokenizer) for your
|
996
|
-
language—a function that takes a character stream as input,
|
997
|
-
advances it past a token, and returns a style for that token. More
|
998
|
-
advanced modes can also handle indentation for the language.</p>
|
999
|
-
|
1000
|
-
<p id="defineMode">The mode script should
|
1001
|
-
call <code>CodeMirror.defineMode</code> to register itself with
|
1002
|
-
CodeMirror. This function takes two arguments. The first should be
|
1003
|
-
the name of the mode, for which you should use a lowercase string,
|
1004
|
-
preferably one that is also the name of the files that define the
|
1005
|
-
mode (i.e. <code>"xml"</code> is defined <code>xml.js</code>). The
|
1006
|
-
second argument should be a function that, given a CodeMirror
|
1007
|
-
configuration object (the thing passed to
|
1008
|
-
the <code>CodeMirror</code> function) and an optional mode
|
1009
|
-
configuration object (as in
|
1010
|
-
the <a href="#option_mode"><code>mode</code></a> option), returns
|
1011
|
-
a mode object.</p>
|
1012
|
-
|
1013
|
-
<p>Typically, you should use this second argument
|
1014
|
-
to <code>defineMode</code> as your module scope function (modes
|
1015
|
-
should not leak anything into the global scope!), i.e. write your
|
1016
|
-
whole mode inside this function.</p>
|
1017
|
-
|
1018
|
-
<p>The main responsibility of a mode script is <em>parsing</em>
|
1019
|
-
the content of the editor. Depending on the language and the
|
1020
|
-
amount of functionality desired, this can be done in really easy
|
1021
|
-
or extremely complicated ways. Some parsers can be stateless,
|
1022
|
-
meaning that they look at one element (<em>token</em>) of the code
|
1023
|
-
at a time, with no memory of what came before. Most, however, will
|
1024
|
-
need to remember something. This is done by using a <em>state
|
1025
|
-
object</em>, which is an object that is always passed when
|
1026
|
-
reading a token, and which can be mutated by the tokenizer.</p>
|
1027
|
-
|
1028
|
-
<p id="startState">Modes that use a state must define
|
1029
|
-
a <code>startState</code> method on their mode object. This is a
|
1030
|
-
function of no arguments that produces a state object to be used
|
1031
|
-
at the start of a document.</p>
|
1032
|
-
|
1033
|
-
<p id="token">The most important part of a mode object is
|
1034
|
-
its <code>token(stream, state)</code> method. All modes must
|
1035
|
-
define this method. It should read one token from the stream it is
|
1036
|
-
given as an argument, optionally update its state, and return a
|
1037
|
-
style string, or <code>null</code> for tokens that do not have to
|
1038
|
-
be styled. For your styles, you can either use the 'standard' ones
|
1039
|
-
defined in the themes (without the <code>cm-</code> prefix), or
|
1040
|
-
define your own and have people include a custom CSS file for your
|
1041
|
-
mode.<p>
|
1042
|
-
|
1043
|
-
<p id="StringStream">The stream object encapsulates a line of code
|
1044
|
-
(tokens may never span lines) and our current position in that
|
1045
|
-
line. It has the following API:</p>
|
1046
|
-
|
1047
|
-
<dl>
|
1048
|
-
<dt><code>eol() → boolean</code></dt>
|
1049
|
-
<dd>Returns true only if the stream is at the end of the
|
1050
|
-
line.</dd>
|
1051
|
-
<dt><code>sol() → boolean</code></dt>
|
1052
|
-
<dd>Returns true only if the stream is at the start of the
|
1053
|
-
line.</dd>
|
1054
|
-
|
1055
|
-
<dt><code>peek() → character</code></dt>
|
1056
|
-
<dd>Returns the next character in the stream without advancing
|
1057
|
-
it. Will return an empty string at the end of the line.</dd>
|
1058
|
-
<dt><code>next() → character</code></dt>
|
1059
|
-
<dd>Returns the next character in the stream and advances it.
|
1060
|
-
Also returns <code>undefined</code> when no more characters are
|
1061
|
-
available.</dd>
|
1062
|
-
|
1063
|
-
<dt><code>eat(match) → character</code></dt>
|
1064
|
-
<dd><code>match</code> can be a character, a regular expression,
|
1065
|
-
or a function that takes a character and returns a boolean. If
|
1066
|
-
the next character in the stream 'matches' the given argument,
|
1067
|
-
it is consumed and returned. Otherwise, <code>undefined</code>
|
1068
|
-
is returned.</dd>
|
1069
|
-
<dt><code>eatWhile(match) → boolean</code></dt>
|
1070
|
-
<dd>Repeatedly calls <code>eat</code> with the given argument,
|
1071
|
-
until it fails. Returns true if any characters were eaten.</dd>
|
1072
|
-
<dt><code>eatSpace() → boolean</code></dt>
|
1073
|
-
<dd>Shortcut for <code>eatWhile</code> when matching
|
1074
|
-
white-space.</dd>
|
1075
|
-
<dt><code>skipToEnd()</code></dt>
|
1076
|
-
<dd>Moves the position to the end of the line.</dd>
|
1077
|
-
<dt><code>skipTo(ch) → boolean</code></dt>
|
1078
|
-
<dd>Skips to the next occurrence of the given character, if
|
1079
|
-
found on the current line (doesn't advance the stream if the
|
1080
|
-
character does not occur on the line). Returns true if the
|
1081
|
-
character was found.</dd>
|
1082
|
-
<dt><code>match(pattern, consume, caseFold) → boolean</code></dt>
|
1083
|
-
<dd>Act like a
|
1084
|
-
multi-character <code>eat</code>—if <code>consume</code> is true
|
1085
|
-
or not given—or a look-ahead that doesn't update the stream
|
1086
|
-
position—if it is false. <code>pattern</code> can be either a
|
1087
|
-
string or a regular expression starting with <code>^</code>.
|
1088
|
-
When it is a string, <code>caseFold</code> can be set to true to
|
1089
|
-
make the match case-insensitive. When successfully matching a
|
1090
|
-
regular expression, the returned value will be the array
|
1091
|
-
returned by <code>match</code>, in case you need to extract
|
1092
|
-
matched groups.</dd>
|
1093
|
-
|
1094
|
-
<dt><code>backUp(n)</code></dt>
|
1095
|
-
<dd>Backs up the stream <code>n</code> characters. Backing it up
|
1096
|
-
further than the start of the current token will cause things to
|
1097
|
-
break, so be careful.</dd>
|
1098
|
-
<dt><code>column() → integer</code></dt>
|
1099
|
-
<dd>Returns the column (taking into account tabs) at which the
|
1100
|
-
current token starts. Can be used to find out whether a token
|
1101
|
-
starts a new line.</dd>
|
1102
|
-
<dt><code>indentation() → integer</code></dt>
|
1103
|
-
<dd>Tells you how far the current line has been indented, in
|
1104
|
-
spaces. Corrects for tab characters.</dd>
|
1105
|
-
|
1106
|
-
<dt><code>current() → string</code></dt>
|
1107
|
-
<dd>Get the string between the start of the current token and
|
1108
|
-
the current stream position.</dd>
|
1109
|
-
</dl>
|
1110
|
-
|
1111
|
-
<p id="blankLine">By default, blank lines are simply skipped when
|
1112
|
-
tokenizing a document. For languages that have significant blank
|
1113
|
-
lines, you can define a <code>blankLine(state)</code> method on
|
1114
|
-
your mode that will get called whenever a blank line is passed
|
1115
|
-
over, so that it can update the parser state.</p>
|
1116
|
-
|
1117
|
-
<p id="copyState">Because state object are mutated, and CodeMirror
|
1118
|
-
needs to keep valid versions of a state around so that it can
|
1119
|
-
restart a parse at any line, copies must be made of state objects.
|
1120
|
-
The default algorithm used is that a new state object is created,
|
1121
|
-
which gets all the properties of the old object. Any properties
|
1122
|
-
which hold arrays get a copy of these arrays (since arrays tend to
|
1123
|
-
be used as mutable stacks). When this is not correct, for example
|
1124
|
-
because a mode mutates non-array properties of its state object, a
|
1125
|
-
mode object should define a <code>copyState</code> method,
|
1126
|
-
which is given a state and should return a safe copy of that
|
1127
|
-
state.</p>
|
1128
|
-
|
1129
|
-
<p id="indent">If you want your mode to provide smart indentation
|
1130
|
-
(through the <a href="#indentLine"><code>indentLine</code></a>
|
1131
|
-
method and the <code>indentAuto</code>
|
1132
|
-
and <code>newlineAndIndent</code> commands, which keys can be
|
1133
|
-
<a href="#option_extraKeys">bound</a> to), you must define
|
1134
|
-
an <code>indent(state, textAfter)</code> method on your mode
|
1135
|
-
object.</p>
|
1136
|
-
|
1137
|
-
<p>The indentation method should inspect the given state object,
|
1138
|
-
and optionally the <code>textAfter</code> string, which contains
|
1139
|
-
the text on the line that is being indented, and return an
|
1140
|
-
integer, the amount of spaces to indent. It should usually take
|
1141
|
-
the <a href="#option_indentUnit"><code>indentUnit</code></a>
|
1142
|
-
option into account.</p>
|
1143
|
-
|
1144
|
-
<p id="electricChars">Finally, a mode may define
|
1145
|
-
an <code>electricChars</code> property, which should hold a string
|
1146
|
-
containing all the characters that should trigger the behaviour
|
1147
|
-
described for
|
1148
|
-
the <a href="#option_electricChars"><code>electricChars</code></a>
|
1149
|
-
option.</p>
|
1150
|
-
|
1151
|
-
<p>So, to summarize, a mode <em>must</em> provide
|
1152
|
-
a <code>token</code> method, and it <em>may</em>
|
1153
|
-
provide <code>startState</code>, <code>copyState</code>,
|
1154
|
-
<code>compareStates</code>, and <code>indent</code> methods. For
|
1155
|
-
an example of a trivial mode, see
|
1156
|
-
the <a href="../mode/diff/diff.js">diff mode</a>, for a more involved
|
1157
|
-
example, see the <a href="../mode/clike/clike.js">C-like
|
1158
|
-
mode</a>.</p>
|
1159
|
-
|
1160
|
-
<p>Sometimes, it is useful for modes to <em>nest</em>—to have one
|
1161
|
-
mode delegate work to another mode. An example of this kind of
|
1162
|
-
mode is the <a href="../mode/htmlmixed/htmlmixed.js">mixed-mode HTML
|
1163
|
-
mode</a>. To implement such nesting, it is usually necessary to
|
1164
|
-
create mode objects and copy states yourself. To create a mode
|
1165
|
-
object, there are <code>CodeMirror.getMode(options,
|
1166
|
-
parserConfig)</code>, where the first argument is a configuration
|
1167
|
-
object as passed to the mode constructor function, and the second
|
1168
|
-
argument is a mode specification as in
|
1169
|
-
the <a href="#option_mode"><code>mode</code></a> option. To copy a
|
1170
|
-
state object, call <code>CodeMirror.copyState(mode, state)</code>,
|
1171
|
-
where <code>mode</code> is the mode that created the given
|
1172
|
-
state.</p>
|
1173
|
-
|
1174
|
-
<p id="innerMode">In a nested mode, it is recommended to add an
|
1175
|
-
extra methods, <code>innerMode</code> which, given a state object,
|
1176
|
-
returns a <code>{state, mode}</code> object with the inner mode
|
1177
|
-
and its state for the current position. These are used by utility
|
1178
|
-
scripts such as the <a href="#util_formatting">autoformatter</a>
|
1179
|
-
and the <a href="#util_closetag">tag closer</a> to get context
|
1180
|
-
information. Use the <code>CodeMirror.innerMode</code> helper
|
1181
|
-
function to, starting from a mode and a state, recursively walk
|
1182
|
-
down to the innermost mode and state.</p>
|
1183
|
-
|
1184
|
-
<p>To make indentation work properly in a nested parser, it is
|
1185
|
-
advisable to give the <code>startState</code> method of modes that
|
1186
|
-
are intended to be nested an optional argument that provides the
|
1187
|
-
base indentation for the block of code. The JavaScript and CSS
|
1188
|
-
parser do this, for example, to allow JavaScript and CSS code
|
1189
|
-
inside the mixed-mode HTML mode to be properly indented.</p>
|
1190
|
-
|
1191
|
-
<p>Finally, it is possible to associate your mode, or a certain
|
1192
|
-
configuration of your mode, with
|
1193
|
-
a <a href="http://en.wikipedia.org/wiki/MIME">MIME</a> type. For
|
1194
|
-
example, the JavaScript mode associates itself
|
1195
|
-
with <code>text/javascript</code>, and its JSON variant
|
1196
|
-
with <code>application/json</code>. To do this,
|
1197
|
-
call <code>CodeMirror.defineMIME(mime, modeSpec)</code>,
|
1198
|
-
where <code>modeSpec</code> can be a string or object specifying a
|
1199
|
-
mode, as in the <a href="#option_mode"><code>mode</code></a>
|
1200
|
-
option.</p>
|
1201
|
-
|
1202
|
-
<p id="extendMode">Sometimes, it is useful to add or override mode
|
1203
|
-
object properties from external code.
|
1204
|
-
The <code>CodeMirror.extendMode</code> can be used to add
|
1205
|
-
properties to mode objects produced for a specific mode. Its first
|
1206
|
-
argument is the name of the mode, its second an object that
|
1207
|
-
specifies the properties that should be added. This is mostly
|
1208
|
-
useful to add utilities that can later be looked
|
1209
|
-
up <a href="#getMode"><code>getMode</code></a>.</p>
|
1210
|
-
|
1211
|
-
</div><div class="rightsmall blk">
|
1212
|
-
|
1213
|
-
<h2>Contents</h2>
|
1214
|
-
|
1215
|
-
<ul>
|
1216
|
-
<li><a href="#overview">Overview</a></li>
|
1217
|
-
<li><a href="#usage">Basic Usage</a></li>
|
1218
|
-
<li><a href="#config">Configuration</a></li>
|
1219
|
-
<li><a href="#keymaps">Keymaps</a></li>
|
1220
|
-
<li><a href="#styling">Customized Styling</a></li>
|
1221
|
-
<li><a href="#api">Programming API</a></li>
|
1222
|
-
<li><a href="#addons">Add-ons</a></li>
|
1223
|
-
<li><a href="#modeapi">Writing CodeMirror Modes</a></li>
|
1224
|
-
</ul>
|
1225
|
-
|
1226
|
-
</div></div>
|
1227
|
-
|
1228
|
-
<div style="height: 2em"> </div>
|
1229
|
-
|
1230
|
-
</body>
|
1231
|
-
</html>
|