Found 563 results for "ui-dev configuration"

The search executed in 0.001192051 seconds. That's fast.

Gitana / 3.2 / Guide / Guide / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 0.82255447

Gitana / 4.0 / Developers / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 0.82255447

Gitana / 3.2 / Guide / Guide / Features / Renditioned

Renditioned QName: f:renditioned Indicates that a f:renditionable node has been renditioned 1 or more times. Configuration Renditioned Example { "title": "My Article", "_features": { "f:renditioned": { } } }

Score: 0.8175539

Gitana / 4.0 / Data Engine / Aspects / Renditioned

Renditioned QName: f:renditioned Indicates that a f:renditionable node has been renditioned 1 or more times. Configuration Renditioned Example { "title": "My Article", "_features": { "f:renditioned": { } } }

Score: 0.8175539

Gitana / 3.2 / Guide / Guide / Content Modeling / Scripts

Scripts Scripts are content nodes with a default attachment of type application/javascript. As with all behaviors, script nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior association. Script Interfaces If you elect to write scripts to implement custom behaviors, the following signatures can be used inside of your JavaScript: {{#article "policies/association"}}Association Policies{{/

Score: 0.81716514

Gitana / 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Module Installation The Cloud CMS Application Server can also be run as a custom Node.js application. It is available as a Node.js module that you can require() in from npmjs.org. The server features a number of extension points that you can utilize to wire in new functionality or extend the framework. Getting Started Here is a simple example where we start up the Application Server from within a Node.js application: var server = require("cloudcms-server/server"); server.start(); The start() me

Score: 0.81716514

Gitana / 4.0 / Developers / Application Server / Installation / Module Installation

Module Installation The Cloud CMS Application Server can also be run as a custom Node.js application. It is available as a Node.js module that you can require() in from npmjs.org. The server features a number of extension points that you can utilize to wire in new functionality or extend the framework. Getting Started Here is a simple example where we start up the Application Server from within a Node.js application: var server = require("cloudcms-server/server"); server.start(); The start() me

Score: 0.81716514

Gitana / 4.0 / Data Engine / Content Models / Scripts

Scripts Scripts are content nodes with a default attachment of type application/javascript. As with all behaviors, script nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior association. Script Interfaces If you elect to write scripts to implement custom behaviors, the following signatures can be used inside of your JavaScript: {{#article "policies/association"}}Association Policies{{/

Score: 0.81716514

Gitana / 3.2 / Guide / Guide / Forms / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 0.81402886

Gitana / 3.2 / Guide / Guide / Application Server / Services / Overview

Overview For more information on configuration of the Cloud CMS application server, please visit Cloud CMS App Server on GitHub. { "name": "Cloud CMS Application Server", "setup": "single", // single, cluster, sticky-cluster "socketFunctions": [], "routeFunctions": [], "configureFunctions": {}, "beforeFunctions": [], "afterFunctions": [], "viewEngine": "handlebars", "storeEngines": { "app": { "type": "fs", "config": {

Score: 0.81402886

Gitana / 4.0 / Developers / Application Server / Services / Overview

Overview For more information on configuration of the Cloud CMS application server, please visit Cloud CMS App Server on GitHub. { "name": "Cloud CMS Application Server", "setup": "single", // single, cluster, sticky-cluster "socketFunctions": [], "routeFunctions": [], "configureFunctions": {}, "beforeFunctions": [], "afterFunctions": [], "viewEngine": "handlebars", "storeEngines": { "app": { "type": "fs", "config": {

Score: 0.81402886

Gitana / 4.0 / Forms / CMS / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 0.81402886

Gitana / 3.2 / Guide / Guide / Features / Titled

Titled QName: f:titled Indicates that a node should have the title and description JSON properties. Configuration Titled Example { "title": "My Article", "description": "Hello World", "_features": { "f:titled": { } } }

Score: 0.81384325

Gitana / 4.0 / Data Engine / Aspects / Titled

Titled QName: f:titled Indicates that a node should have the title and description JSON properties. Configuration Titled Example { "title": "My Article", "description": "Hello World", "_features": { "f:titled": { } } }

Score: 0.81384325

Gitana / 3.2 / Guide / Guide / Features / Auto Analyze Text

Auto Analyze Text This section describes features that are coming in 4.0 QName: f:auto-analyze-text With this feature in place, a content instance will automatically have its default binary attachment analyzed using a Text Analyzer service. The extracted analysis and text will then be applied back onto the node, allowing it to benefit from automatic full-text search indexing and other tooling. To use this service, you will first need to set up a Text Analysis Service. The service can either be c

Score: 0.81286055

Gitana / 3.2 / Guide / Guide / Features / Auto OCR Extract

Auto OCR Extract This section describes features that are coming in 4.0 QName: f:auto-ocr-extract With this feature in place, a content instance will automatically have its default binary attachment analyzed using an Optical Character Recognition (OCR) service. The extracted analysis and text will then be applied back onto the node, allowing it to benefit from automatic full-text search indexing and other tooling. To use this service, you will first need to set up an OCR Extraction Service. The

Score: 0.81286055

Gitana / 4.0 / Data Engine / Aspects / Auto Analyze Text

Auto Analyze Text This section describes features that are coming in 4.0 QName: f:auto-analyze-text With this feature in place, a content instance will automatically have its default binary attachment analyzed using a Text Analyzer service. The extracted analysis and text will then be applied back onto the node, allowing it to benefit from automatic full-text search indexing and other tooling. To use this service, you will first need to set up a Text Analysis Service. The service can either be c

Score: 0.81286055

Gitana / 4.0 / Data Engine / Aspects / Auto OCR Extract

Auto OCR Extract This section describes features that are coming in 4.0 QName: f:auto-ocr-extract With this feature in place, a content instance will automatically have its default binary attachment analyzed using an Optical Character Recognition (OCR) service. The extracted analysis and text will then be applied back onto the node, allowing it to benefit from automatic full-text search indexing and other tooling. To use this service, you will first need to set up an OCR Extraction Service. The

Score: 0.81286055

Gitana / 4.0 / Forms / Fields / Markdown Editor Field

Markdown Editor Field The markdown field. The Markdown Editor field renders the SimpleMDE Markdown editor control that allows users to visually work with Markdown. Properties Title Markdown Description Provides an instance of a Markdown Editor control for use in editing HTML Field Type markdown Base Field Type textarea Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autoco

Score: 0.81286055

Gitana / 4.0 / Forms / Fields / Summernote Editor Field

Summernote Editor Field The summernote field. The Summernote Editor field renders the Summernote editor control that allows users to visually work with HTML and save the results back into a text property. Properties Title Summer Note Editor Description Provides an instance of a Summernote Editor control for use in editing HTML. Field Type summernote Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty

Score: 0.81286055

Gitana / 3.2 / Guide / Guide / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 0.80429196

Gitana / 4.0 / User Interface / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 0.80429196

Gitana / 3.2 / Guide / Guide / API / Data Types

Data Types Application Archive Association Authentication Grant Auto Client Mapping Billing Provider Configuration Branch Changeset Client Directory Domain Domain Group Domain User Email Email Provider Identity Node Plan Platform Registrar Registration Repository Scheduled Work Settings Tenant Vault Web Host

Score: 0.7981453

Gitana / 4.0 / Data Engine / API / Data Types

Data Types Application Archive Association Authentication Grant Auto Client Mapping Billing Provider Configuration Branch Changeset Client Directory Domain Domain Group Domain User Email Email Provider Identity Node Plan Platform Registrar Registration Repository Scheduled Work Settings Tenant Vault Web Host

Score: 0.7981453

Gitana / 3.2 / Guide / Guide / Features / Auto Narrate

Auto Narrate This section describes features that are coming in 4.0 QName: f:auto-narrate With this feature in place, a content instance will automatically have the text from either an attachment or a property narrated using text-to-speech. The generated audio file will be stored back onto the node as an audio attachment (typically in MP3 format). To use this service, you will first need to set up a Narration Service. The service can either be configured as the default Narration Service for your

Score: 0.79782104