Found 506 results for "ui-dev evaluators user"

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

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

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

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

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

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

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

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

Gitana / 3.2 / Guide / Guide / Scripting / User

User Properties Name Type Description description string The Description of this document. email string The Email of this user. firstName string The First Name of this user. fullName string The Full Name of this user. id string The ID of this document. lastName string The Last Name of this user. name string The name of this principal. properties object The properties for this document. title string The Title of this document. Methods stringify Usage string stringify() Arguments None Return Type

Score: 6.036707

User

User Properties Name Type Description description string The Description of this document. email string The Email of this user. firstName string The First Name of this user. fullName string The Full Name of this user. id string The ID of this document. lastName string The Last Name of this user. name string The name of this principal. properties object The properties for this document. title string The Title of this document. Methods stringify Usage string stringify() Arguments None Return Type

Score: 6.036707

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

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

Gitana / 3.2 / Guide / Guide / API / Data Types / Domain User

Domain User Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration Domain Users maintain a configuration that you can adjust or consult as you create, update and query for them. The following table pres

Score: 5.019243

Gitana / 4.0 / Data Engine / API / Data Types / Domain User

Domain User Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration Domain Users maintain a configuration that you can adjust or consult as you create, update and query for them. The following table pres

Score: 5.019243

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

context-user If a User principal (either a Platform member or a Project member) is currently being observed. { "evaluator": "context-user" }

Score: 4.990641

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

context-user If a User principal (either a Platform member or a Project member) is currently being observed. { "evaluator": "context-user" }

Score: 4.990641

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

platform-user-context [ { "evaluator": "context-user", "config": { "platform-user-context": { "items": [ { "key": "user", "title": "User", "order": 1000, "header": true, "items": [ { "key": "user/overview", "title": "Overview", "uri": "{principalUri}", "iconClass": "fa fa-angle-right", "allowPermission": [

Score: 4.3571053

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

platform-user-context [ { "evaluator": "context-user", "config": { "platform-user-context": { "items": [ { "key": "user", "title": "User", "order": 1000, "header": true, "items": [ { "key": "user/overview", "title": "Overview", "uri": "{principalUri}", "iconClass": "fa fa-angle-right", "allowPermission": [

Score: 4.3571053

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

project-user-context [ { "evaluator": "context-user", "config": { "project-user-context": { "items": [ { "key": "member", "title": "Project Member", "order": 1000, "header": true, "items": [ { "key": "member/overview", "title": "Overview", "uri": "#/projects/{projectId}/members/{principalId}", "iconClass": "fa fa-angle-right",

Score: 4.2787647

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

project-user-context [ { "evaluator": "context-user", "config": { "project-user-context": { "items": [ { "key": "member", "title": "Project Member", "order": 1000, "header": true, "items": [ { "key": "member/overview", "title": "Overview", "uri": "#/projects/{projectId}/members/{principalId}", "iconClass": "fa fa-angle-right",

Score: 4.2787647

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / current-user-has-authority

current-user-has-authority If the currently logged in user has the given authority over the current entity being observed. { "evaluator": "current-user-has-authority", "condition": "{authorityId}" }

Score: 3.8308034

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / current-user-has-authority

current-user-has-authority If the currently logged in user has the given authority over the current entity being observed. { "evaluator": "current-user-has-authority", "condition": "{authorityId}" }

Score: 3.8308034

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / current-user-has-permission

If the currently logged in user has the given permission over the current entity being observed. { "evaluator": "current-user-has-permission", "condition": "{permissionId}" }

Score: 3.8035285

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / current-user-has-permission

If the currently logged in user has the given permission over the current entity being observed. { "evaluator": "current-user-has-permission", "condition": "{permissionId}" }

Score: 3.8035285

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

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