Found 85 results for "ui-dev contexts messages"

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

Gitana / 4.0 / Data Engine / Integrations / ActiveMQ

ActiveMQ ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation. It provides a high performance and scalable implementation of an effective and popular message queue that lets you decouple your front end applications (and the Cloud CMS UI Server) from back end API notifications. You can use ActiveMQ to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Ser

Score: 20.580362

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 10.124104

Gitana / 4.0 / Developers / User Interface Customization / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 10.124104

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / messages

messages [ { "evaluator": "locale", "condition": "en_US", "config": { "messages": { "types": { "Text": { "locale": "Locale" }, "Release": "Release", "Releases": "Releases" }, "pages": { "branch": { "buttons": { "push": "Push Branch...", "pull": "Pull Branch...", "compare": "Compare Branch...", "copy": "Copy From Branch..."

Score: 9.790291

Gitana / 4.0 / Developers / User Interface Customization / Contexts / messages

messages [ { "evaluator": "locale", "condition": "en_US", "config": { "messages": { "types": { "Text": { "locale": "Locale" }, "Release": "Release", "Releases": "Releases" }, "pages": { "branch": { "buttons": { "push": "Push Branch...", "pull": "Pull Branch...", "compare": "Compare Branch...", "copy": "Copy From Branch..."

Score: 9.790291

Gitana / 3.2 / Guide / Guide / Integrations / ActiveMQ

ActiveMQ ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation. It provides a high performance and scalable implementation of an effective and popular message queue that lets you decouple your front end applications (and the Cloud CMS UI Server) from back end API notifications. You can use ActiveMQ to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Ser

Score: 8.5532465

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: 2.9996953

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: 2.9996953

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 2.8266795

Gitana / 4.0 / Developers / User Interface Customization / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 2.8266795

Gitana / 4.0 / Forms / API / Internationalization

Internationalization Alpaca provides localized bundles for several locales including: Chinese (zh_CN) Czech (cs_CZ) Croatian (hr_HR) Dutch (nl_BE) Finnish (fi_FI) French (fr_FR) German (variant 1) (de_AT) German (variant 2) (de_DE) Greek (el_GR) Italian (it_IT) Japanese (ja_JP) Norwegian (nb_NO) Polish (pl_PL) Portugeuse (pt_BR) Spanish (es_ES) Swedish (sv_SE) These bundles allow Alpaca to render default messages (such as validation messages) in translated languages. In addition, Alpaca supports

Score: 2.6508222

Gitana / 3.2 / Guide / Guide / Application Server / Services / Broadcast

Broadcast The Broadcast service is responsible for relaying messages to members of the application server cluster. It provides an essential publish and subscription service so that application server members can broadcast messages, receive messages and subscribe to topics and events that occur throughout the system. Essential Configuration { "broadcast": { "enabled": , "type": "", "config": { ...configuration } } } There are two

Score: 2.6465607

Gitana / 4.0 / Developers / Application Server / Services / Broadcast

Broadcast The Broadcast service is responsible for relaying messages to members of the application server cluster. It provides an essential publish and subscription service so that application server members can broadcast messages, receive messages and subscribe to topics and events that occur throughout the system. Essential Configuration { "broadcast": { "enabled": , "type": "", "config": { ...configuration } } } There are two

Score: 2.6282115

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 2.5801382

Gitana / 4.0 / Developers / User Interface Customization / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 2.5801382

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 2.5510085

Gitana / 4.0 / Self Managed / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 2.5510085

Gitana / 4.0 / Forms / API / Validation

Validation Alpaca computes the validity of fields in a rendered form and updates the DOM automatically to reflect things nicely for the end user. When validity checks run, the entire tree is traversed and computed. Each field being traversed will have it's outer DOM element updated with new classes. The alpaca-valid class is applied to fields that are in a valid state. The alpaca-invalid class is applied to fields that in an invalid state. In addition, a field may be in an invalid state and also

Score: 2.4696276

Cache invalidation via SNS

At present, Cloud CMS can be configured to publish notifications to Amazon SNS. Thus, to take advantage of this, you'd have to first have an Amazon Web Services account and an SNS topic created. Cloud CMS publishes notifications to it. Your topic can then do anything it wants with these notifications. Your cluster can listen for these events and process messages to invalidate cache. Most commonly, people hook the SNS services to the SQS service for queue-based event management. We've chosen this

Score: 2.3852644

Gitana / 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SNS

Amazon SNS The Amazon Simple Notification Service (SNS) is a fast, flexible, fully managed pub-sub messaging service. Use it as a cloud-based mobile app notification service to send push notifications, email, and SMS messages; or as an enterprise-messaging infrastructure. Amazon SNS provides support for Push Notification of messages as well as distribution of messages to custom HTTP endpoints or via conventional SMS, email and other messaging channels. Cloud CMS API Cloud CMS connects to Amazon

Score: 2.3707786

Gitana / 4.0 / Data Engine / Integrations / Amazon Web Services / Amazon SNS

Amazon SNS The Amazon Simple Notification Service (SNS) is a fast, flexible, fully managed pub-sub messaging service. Use it as a cloud-based mobile app notification service to send push notifications, email, and SMS messages; or as an enterprise-messaging infrastructure. Amazon SNS provides support for Push Notification of messages as well as distribution of messages to custom HTTP endpoints or via conventional SMS, email and other messaging channels. Cloud CMS API Cloud CMS connects to Amazon

Score: 2.3707786

Gitana / 3.2 / Guide / Guide / Cookbooks / Content Modeling Cookbook

Content Modeling Cookbook Getting Started To get started with Content Modeling, please visit the Content Modeling Page. Code Samples Here are some code samples of common data structures to help you get started. Array of strings An array of strings. Definition: "prop1": { "type": "array", "items": { "type": "string" } } Form: "prop1": { "type": "array", "items": { "type": "text" } } An Object An object with two properties. Definition: "articleAvailability

Score: 2.3190248

Gitana / 4.0 / Developers / Cookbooks / Content Modeling Cookbook

Content Modeling Cookbook Getting Started To get started with Content Modeling, please visit the Content Modeling Page. Code Samples Here are some code samples of common data structures to help you get started. Array of strings An array of strings. Definition: "prop1": { "type": "array", "items": { "type": "string" } } Form: "prop1": { "type": "array", "items": { "type": "text" } } An Object An object with two properties. Definition: "articleAvailability

Score: 2.3190248

Gitana / 3.2 / Guide / Guide / Application Server / Services / Notifications

Notifications The Notifications service is responsible for receiving messages from the outside world. These are frequently transmitted via a message queue or broker and signal the cluster that it should take some action to update its state. This may include things like invalidating caches or re-syncing content. Essential Configuration { "notifications": { "enabled": , "log": "", "type": "", "configuration": { ...configuratio

Score: 2.2846355

Gitana / 4.0 / Developers / Application Server / Services / Notifications

Notifications The Notifications service is responsible for receiving messages from the outside world. These are frequently transmitted via a message queue or broker and signal the cluster that it should take some action to update its state. This may include things like invalidating caches or re-syncing content. Essential Configuration { "notifications": { "enabled": , "log": "", "type": "", "configuration": { ...configuratio

Score: 2.2846355