Code Monkey home page Code Monkey logo

omnis-legacy-rich-text's Introduction

omnis-legacy-rich-text

The JS Rich Text Editor from Studio 6.1.x re-implemented as a JSON-defined control for Studio 8.1.x.

Omnis Studio 8.0 included a rewrite of the JS Rich Text Editor control, to base it on Quill JS. This repository provides a JSON-defined control which implements the original Rich Text Editor from Studio 6.x (based on NicEdit), which can then be used in Studio 8.1 and later.

Contents

This repository includes the following:

net.omnis.legacyrichtext

A folder containing the JSON definition file control.json as generated by the JSON Control Editor available from the Omnis Studio Add-Ons menu together with images used by the Omnis Studio component store and design environment.

ctl_net_omnis_legacyrichtext.js

The Javascript file used by Omnis Studio to create the client implementation of the Rich Text Editor.

example/JSRICHTEXT_LEGACY

A folder containing an Omnis Studio library exported as JSON to demonstrate the Rich Text Editor component.

Installation

  1. Ensure Omnis Studio is closed.
  2. Place the folder net.omnis.legacyrichtext into the /html/controls (not /htmlcontrols) of your Omnis Studio tree, first creating the folder if it does not already exist.
  3. Copy ctl_net_omnis_legacyrichtext.js into /html/scripts of your Omnis Studio tree.
  4. Add the following lines to your /html/jsctempl.htm file under the Omnis Studio JavaScript client scripts comment:
 <script type="text/javascript" src="scripts/ctl_net_omnis_legacyrichtext.js"></script>
  1. Start Omnis Studio.
  2. The control should now be accessible from the Component Store's 'JSON Components' tab for JS Remote Form classes. To open the example library:
  3. With the libraries node selected in the Studio Browser, press the New Lib from JSON hyperlink, set the JSON Tree Path to the example/JSRICHTEXT_LEGACY folder (containing demo library exported as JSON) and select a location for your new library.
  4. Press Import and the demo library should be ready to use.

omnis-legacy-rich-text's People

Contributors

asmith4omnis avatar jasongiss avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

omnis-legacy-rich-text's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.