Found 347 results for "ui-dev evaluators document"

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

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 13.227514

Gitana / 4.0 / Developers / User Interface Customization / Evaluators

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 13.227514

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

Amazon DocumentDB Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. Cloud CMS works out-of-the-box with Amazon DocumentDB as an alternative to running MongoDB on your own or using a MongoDB hosted service. Amazon DocumentDB provides an easy and convenient way for customers to manage their own MongoDB installations, data and backup. To learn more, check out API Server.

Score: 6.8310533

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

Amazon DocumentDB Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. Cloud CMS works out-of-the-box with Amazon DocumentDB as an alternative to running MongoDB on your own or using a MongoDB hosted service. Amazon DocumentDB provides an easy and convenient way for customers to manage their own MongoDB installations, data and backup. To learn more, check out API Server.

Score: 6.8310533

Gitana / 3.2 / Guide / Guide / Scripting / Document

Document Properties Name Type Description description string The Description of this document. id string The ID of this document. properties object The properties for this document. title string The Title of this document. Methods stringify Usage string stringify() Arguments None Return Type Description string Examples In this code sample, we take the JSON for the given document and produce a string representation of it. var text = document.stringify(true);

Score: 5.4882326

Document

Document Properties Name Type Description description string The Description of this document. id string The ID of this document. properties object The properties for this document. title string The Title of this document. Methods stringify Usage string stringify() Arguments None Return Type Description string Examples In this code sample, we take the JSON for the given document and produce a string representation of it. var text = document.stringify(true);

Score: 5.4882326

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actions

document-actions [ { "evaluator": "and", "condition": [ { "evaluator": "not", "condition": { "evaluator": "document-has-feature", "condition": "f:multilingual" } }, { "evaluator": "not", "condition": { "evaluator": "document-has-feature", "condition": "f:translation" } }, { "evaluator": "document-has-feature", "condition": "f:locale" } ], "

Score: 4.703792

Gitana / 4.0 / Developers / User Interface Customization / Contexts / document-actions

document-actions [ { "evaluator": "and", "condition": [ { "evaluator": "not", "condition": { "evaluator": "document-has-feature", "condition": "f:multilingual" } }, { "evaluator": "not", "condition": { "evaluator": "document-has-feature", "condition": "f:translation" } }, { "evaluator": "document-has-feature", "condition": "f:locale" } ], "

Score: 4.703792

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-subcontext

document-subcontext [ { "evaluator": "context-document-is-datalist", "config": { "document-subcontext": { "items": [ { "key": "document", "items": [ { "key": "datalist/items", "title": "Data List Items", "uri": "{documentUri}/datalist/items" } ] } ] } } }, { "evaluator": "context-document", "config": { "doc

Score: 4.697199

Gitana / 4.0 / Developers / User Interface Customization / Contexts / document-subcontext

document-subcontext [ { "evaluator": "context-document-is-datalist", "config": { "document-subcontext": { "items": [ { "key": "document", "items": [ { "key": "datalist/items", "title": "Data List Items", "uri": "{documentUri}/datalist/items" } ] } ] } } }, { "evaluator": "context-document", "config": { "doc

Score: 4.697199

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document

context-document If a Document (i.e. a content Node) is currently being observed. { "evaluator": "context-document" }

Score: 4.6109834

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document

context-document If a Document (i.e. a content Node) is currently being observed. { "evaluator": "context-document" }

Score: 4.6109834

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-is-locked

document-is-locked If the document is a locked. { "evaluator": "document-is-locked" }

Score: 4.06139

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-is-locked

document-is-locked If the document is a locked. { "evaluator": "document-is-locked" }

Score: 4.06139

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-has-attachment

document-has-attachment If the document has a given attachment. { "evaluator": "document-has-attachment", "condition": "{attachmentId}" }

Score: 4.0593247

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-has-qname

document-has-qname If the document has the given qname. { "evaluator": "document-has-qname", "condition": "{qname}" }

Score: 4.0593247

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-has-type

document-has-type If the document has the given type. { "evaluator": "document-has-type", "condition": "{type}" }

Score: 4.0593247

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-has-attachment

document-has-attachment If the document has a given attachment. { "evaluator": "document-has-attachment", "condition": "{attachmentId}" }

Score: 4.0593247

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-has-qname

document-has-qname If the document has the given qname. { "evaluator": "document-has-qname", "condition": "{qname}" }

Score: 4.0593247

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-has-type

document-has-type If the document has the given type. { "evaluator": "document-has-type", "condition": "{type}" }

Score: 4.0593247

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-is-file

document-is-file If the document is a file (as opposed to a folder). { "evaluator": "document-is-file" }

Score: 4.0579515

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-is-folder

document-is-folder If the document is a folder (as opposed to a file). { "evaluator": "document-is-folder" }

Score: 4.0579515

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-is-file

document-is-file If the document is a file (as opposed to a folder). { "evaluator": "document-is-file" }

Score: 4.0579515

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / document-is-folder

document-is-folder If the document is a folder (as opposed to a file). { "evaluator": "document-is-folder" }

Score: 4.0579515

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