Found 509 results for "ui-dev evaluators not"

The search executed in 0.001315983 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: 12.366247

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

Gitana / 3.2 / Guide / Guide / Query

Query Cloud CMS provides SQL-like, structured query for all of your content. The platform uses MongoDB under the hood to store the JSON for your content. MongoDB offers a powerful, unmatched query engine so that you can execute complex lookups of your content to support both your editorial and runtime application needs. The platform also offers "composite" query operations which let you layer MongoDB queries on top of Elastic Search DSL searches and traversals around node objects. Cloud CMS auto

Score: 11.366598

Gitana / 4.0 / Data Engine / Discovery / Query

Query Cloud CMS provides SQL-like, structured query for all of your content. The platform uses MongoDB under the hood to store the JSON for your content. MongoDB offers a powerful, unmatched query engine so that you can execute complex lookups of your content to support both your editorial and runtime application needs. The platform also offers "composite" query operations which let you layer MongoDB queries on top of Elastic Search DSL searches and traversals around node objects. Cloud CMS auto

Score: 11.366598

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Not

Not This section describes features that are coming in 4.0 The not condition lets you perform a logical NOT operation against a sub-condition. Configuration { "type": "not", "config": { "condition": { ... } } } Sample #1 This policy document allows a principal to edit any content that is not in Spanish { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "conditions": [{ "typ

Score: 7.700658

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Not

Not This section describes features that are coming in 4.0 The not condition lets you perform a logical NOT operation against a sub-condition. Configuration { "type": "not", "config": { "condition": { ... } } } Sample #1 This policy document allows a principal to edit any content that is not in Spanish { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "conditions": [{ "typ

Score: 7.700658

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

not If the contained condition evaluates to false. { "evaluator": "not", "condition": { ... } }

Score: 7.653253

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / not

not If the contained condition evaluates to false. { "evaluator": "not", "condition": { ... } }

Score: 7.653253

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

context-application If an Application is currently being observed (or not, see Boolean evaluators above). If condition is not supplied, it is assumed to be true. { "evaluator": "context-application" } Or { "evaluator": "context-application", "condition": false }

Score: 4.6336174

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

context-application If an Application is currently being observed (or not, see Boolean evaluators above). If condition is not supplied, it is assumed to be true. { "evaluator": "context-application" } Or { "evaluator": "context-application", "condition": false }

Score: 4.6336174

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.7495868

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

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

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

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Configuration

Configuration The configuration service evaluates a series of conditional configuration blocks and determines which blocks to keep in composing a final configuration document for the user interface. The configuration document consists of blocks that define JSON structures that are to be merged into a final JSON configuration that powers the user interface. The configuration service executes two phases - evaluate and merge. It essentially looks like this: [block1] --> --> [config1]

Score: 1.7900696

Gitana / 4.0 / Developers / User Interface Customization / Configuration

Configuration The configuration service evaluates a series of conditional configuration blocks and determines which blocks to keep in composing a final configuration document for the user interface. The configuration document consists of blocks that define JSON structures that are to be merged into a final JSON configuration that powers the user interface. The configuration service executes two phases - evaluate and merge. It essentially looks like this: [block1] --> --> [config1]

Score: 1.7900696

Gitana / 3.2 / Guide / Guide / Features / Non-Cyclic

Non-Cyclic QName: f:non-cyclic Marks an association as one that does not allow cyclical chains in the graph. Cloud CMS does not assume that cyclical chains are invalid. In fact, for modeling some content, they may be encouraged. This feature gives you a way to indicate that some associations should not support them. An example of a valid cyclic graph might be one where you have multiple friends - Joe, Diane and Pete. An association might be modeled called "is best friends with". In this graph, w

Score: 1.0486497

Gitana / 4.0 / Data Engine / Aspects / Non-Cyclic

Non-Cyclic QName: f:non-cyclic Marks an association as one that does not allow cyclical chains in the graph. Cloud CMS does not assume that cyclical chains are invalid. In fact, for modeling some content, they may be encouraged. This feature gives you a way to indicate that some associations should not support them. An example of a valid cyclic graph might be one where you have multiple friends - Joe, Diane and Pete. An association might be modeled called "is best friends with". In this graph, w

Score: 1.0486497

Terms of Service - Gitana

Terms of Service - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and c

Score: 1.0322292

Gitana / 3.2 / Guide / Guide / User Interface / Search

Search Content is automatically indexed when it is created, modified, or uploaded in Cloud CMS. The index is across the Content properties and any attached file eg Word, PDF,.. Platform Project Project Search Settings go to Project Settings (left nav). Note: To have the Project Settings as an option you must have access: eg Tenant owner, or in the Project Manager Team select Search. The Project Search Screen can be updated and will apply the settings for the project only. Search Syntax Logic | -

Score: 0.996099

Gitana / 4.0 / User Interface / User Interface / Search

Search Content is automatically indexed when it is created, modified, or uploaded in Cloud CMS. The index is across the Content properties and any attached file eg Word, PDF,.. Platform Project Project Search Settings go to Project Settings (left nav). Note: To have the Project Settings as an option you must have access: eg Tenant owner, or in the Project Manager Team select Search. The Project Search Screen can be updated and will apply the settings for the project only. Search Syntax Logic | -

Score: 0.996099

Selling a CMS to your Boss?

You have found the CMS to answer all your dreams and perhaps a lot more – now what? The quest for CMS nirvana is over and you are ready to start moving forward and onto the interesting challenges ahead. Probably not – you still have to sell the CMS to your Management! Your management is likely less interested in the great architecture/features and more interested in the costs to the business of buying or even not buying the CMS. Coming from the business side, this blog touches on the topics I wo

Score: 0.9943447

Gitana / 4.0 / Forms / Fields / Number Field

Number Field The number field. Properties Title Number Description Number field Field Type number Base Field Type text 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 autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM at

Score: 0.98612905

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

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 0.9852216

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

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 0.9852216