Found 152 results for "ui"

The search executed in 8.00408E-4 seconds. That's fast.

Gitana / 4.0 / Self Managed / Configuration / UI Server

UI Server The Cloud CMS UI Server is a Node.js application that provides the editorial experience for Cloud CMS. It communicates with the Cloud CMS API via HTTP/HTTPS API calls and is built to be very extensible. Developers and system integrators can extend the Cloud CMS UI through the deployment of UI modules. Environment File (.env) The Cloud CMS UI is primarily configured via a series of environment variables. These environment variables are detected by the Node.js application at startup and

Score: 55.62139

Gitana / 3.2 / Guide / Guide / UI Developers Guide

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 55.320545

Gitana / 4.0 / User Interface / User Interface / Overview

User Interface TODO Getting Started To get started with the Cloud CMS User Interface, please check out the following: Awareness Dashboard Create/Edit Content Favorites Multilingual Image Editor Locking Menu Releases Search Tags Version Control

Score: 52.015694

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 43.20463

Gitana / 3.2 / Guide / Guide / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 40.574955

Gitana / 4.0 / User Interface / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 40.574955

Gitana / 4.0 / Developers / User Interface Customization / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in the Gitana SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in t

Score: 38.495667

Gitana / 3.2 / Guide / Guide / Docker / Configuration / UI Server

UI Server The Cloud CMS UI Server is a Node.js application that provides the editorial experience for Cloud CMS. It communicates with the Cloud CMS API via HTTP/HTTPS API calls and is built to be very extensible. Developers and system integrators can extend the Cloud CMS UI through the deployment of UI modules. Environment File (.env) The Cloud CMS UI is primarily configured via a series of environment variables. These environment variables are detected by the Node.js application at startup and

Score: 37.365124

Gitana / 4.0 / Developers / Command Line Interface / Commands

Commands The following commands are available:

Score: 37.14791

Gitana / 4.0 / Developers / User Interface Customization / Overview

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 36.664867

Gitana / 3.2 / Guide / Guide / User Interface

User Interface Cloud CMS provides a full user interface that your editorial team and managers use to create, manage and deliver content to the business, mobile applications and web sites. The user interface is secure, role-based and customizable, allowing your development team to cater the editorial experience to the exact needs of end users. Add-ons Awareness Dashboard Create/Edit Content Embed Media In CKEditor Favorites Multilingual Image Editor Locking Menu Projects Releases Search Security

Score: 32.86161

Gitana / 3.2 / Guide / Guide / UI Developers Guide / UI Views

UI Views Customized changes to the user interface configuration can be introduced through the use of UI View configuration documents. UI Views are JSON documents that contain one or more configuration blocks. The UI View configuration blocks are loaded after the standard configuration document and therefore have the opportunity to either extend or override the base configuration. UI View are scoped either to the platform or to the project. As such, you can use UI Config objects to customize the

Score: 28.995028

Gitana / 4.0 / Developers / User Interface Customization / UI Views

UI Views Customized changes to the user interface configuration can be introduced through the use of UI View configuration documents. UI Views are JSON documents that contain one or more configuration blocks. The UI View configuration blocks are loaded after the standard configuration document and therefore have the opportunity to either extend or override the base configuration. UI View are scoped either to the platform or to the project. As such, you can use UI Config objects to customize the

Score: 28.995028

Gitana / 3.2 / Guide / Guide / Docker / UI Extensions

UI Extensions The Docker-based Cloud CMS UI provides additional extension patterns beyond the AMD-driven mechanism for user interface components and screens. Since Docker allows you to run on-premise, you can use these extension patterns to influence more foundational changes to the way the application works. Environment Variables When the Cloud CMS user interface starts up, it looks to environment variables to tell it whether there are any extensions available to be loaded. Extensions are store

Score: 28.895197

Gitana / 3.2 / Guide / Guide / Getting Started / Role-Based Editorial UI

Role-Based Editorial UI The Cloud CMS Editorial application is a responsive web site that runs on web browsers, iPad, iPhone and a myriad of other devices and form factors. It provides a place where users can work together and collaborate in meaningful ways based on the roles they have been given. As an example, when a Manager signs on to the Editorial environment, he or she will have access to many managerial functions, such as the ability to add or remove team members. Those options will appea

Score: 21.356785

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 17.70166

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in our SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in their da

Score: 15.9353485

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-mypreferences-context

platform-mypreferences-context [ { "evaluator": "context-platform", "config": { "platform-mypreferences-context": { "items": [ { "key": "platform/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "platform/mypreferences/properties", "title": "Properties", "uri": "#/mypreferences", "

Score: 6.865699

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-mypreferences-context

platform-mypreferences-context [ { "evaluator": "context-platform", "config": { "platform-mypreferences-context": { "items": [ { "key": "platform/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "platform/mypreferences/properties", "title": "Properties", "uri": "#/mypreferences", "

Score: 6.865699

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-mypreferences-context

project-mypreferences-context [ { "evaluator": "context-project", "config": { "project-mypreferences-context": { "items": [ { "key": "project/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "project/mypreferences/properties", "title": "Properties", "uri": "#/projects/{projectId}/mypreferences",

Score: 6.8590918

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-mypreferences-context

project-mypreferences-context [ { "evaluator": "context-project", "config": { "project-mypreferences-context": { "items": [ { "key": "project/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "project/mypreferences/properties", "title": "Properties", "uri": "#/projects/{projectId}/mypreferences",

Score: 6.8590918

Gitana / 3.2 / Guide / Guide / Docker / Kits / OEM

OEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc

Score: 6.845822

Gitana / 4.0 / Self Managed / Kits / OEM

OEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc

Score: 6.845822

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 6.796678

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 6.796678