Found 98 results for "ui-dev contexts selected"
The search executed in 0.001214387 seconds. That's fast.
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / ContextsContexts 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: 11.019372
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / ContextsContexts 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: 11.019372
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / selectedselected [ { "config": { "selected": { "actions": [] } } } ]```
Score: 8.492026
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / selectedselected [ { "config": { "selected": { "actions": [] } } } ]```
Score: 8.492026
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-selected-actionsdocuments-list-selected-actions [ { "config": { "documents-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ] } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-selected-actions": [ { "action": "delete_documents", "allowPermission": [ "delete" ]
Score: 5.862634
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-selected-actionsdocuments-list-selected-actions [ { "config": { "documents-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ] } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-selected-actions": [ { "action": "delete_documents", "allowPermission": [ "delete" ]
Score: 5.862634
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-search-list-selected-actionsproject-search-list-selected-actions [ { "config": { "project-search-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ], "order": 10000 } ] } }, { "config": { "project-search-list-selected-actions": [ { "action": "delete_documents", "order": 5, "allowPermission": [ "delete" ]
Score: 5.4316206
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-search-list-selected-actionsproject-search-list-selected-actions [ { "config": { "project-search-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ], "order": 10000 } ] } }, { "config": { "project-search-list-selected-actions": [ { "action": "delete_documents", "order": 5, "allowPermission": [ "delete" ]
Score: 5.4316206
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / content-instances-list-selected-actionscontent-instances-list-selected-actions [ { "config": { "content-instances-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ], "order": 10000 } ] } }, { "config": { "content-instances-list-selected-actions": [ { "action": "delete-content", "order": 100000, "allowPermission": [ "delete"
Score: 5.398492
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / content-instances-list-selected-actionscontent-instances-list-selected-actions [ { "config": { "content-instances-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ], "order": 10000 } ] } }, { "config": { "content-instances-list-selected-actions": [ { "action": "delete-content", "order": 100000, "allowPermission": [ "delete"
Score: 5.398492
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / new_foldernew_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: 4.133827
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Actions / new_foldernew_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: 4.133827
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers GuideUI 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.9972422
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / OverviewUI 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.9972422
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / create_documentcreate_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.8246267
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Actions / create_documentcreate_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.8246267
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Maintenance / UpgradesUpgrades 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.5487716
|
![]() |
Gitana / 4.0 / Self Managed / Maintenance / UpgradesUpgrades 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.5487716
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / listlist [ { "evaluator": "context-datalist-locale", "condition": true, "config": { "list": { "selected": { "actions": [ { "action": "delete_datalist_translations", "order": 7000 } ] } } } }, { "evaluator": "context-datalist-locale", "condition": false, "config": { "list": { "selected": { "actions": [ { "action": "remo
Score: 2.466472
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / listlist [ { "evaluator": "context-datalist-locale", "condition": true, "config": { "list": { "selected": { "actions": [ { "action": "delete_datalist_translations", "order": 7000 } ] } } } }, { "evaluator": "context-datalist-locale", "condition": false, "config": { "list": { "selected": { "actions": [ { "action": "remo
Score: 2.466472
|
![]() |
Gitana / 3.2 / Guide / Guide / Publishing / PublicationsPublications Publications tell the system whenever content on the "master" branch goes into the "live" state, it should be pushed out to the deployment target. Once you Add a Publication to the Project, the content from the Selected Branch will be published to the Selected Deployment Target and its Lifecycle State will change to Live. To Add Publication: Go to Manage Project Publication Settings Click on Publications Click on Add a Publication Select the Branch whose content you wish to deploy t
Score: 2.4196732
|
![]() |
Gitana / 4.0 / Data Engine / Publishing / PublicationsPublications Publications tell the system whenever content on the "master" branch goes into the "live" state, it should be pushed out to the deployment target. Once you Add a Publication to the Project, the content from the Selected Branch will be published to the Selected Deployment Target and its Lifecycle State will change to Live. To Add Publication: Go to Manage Project Publication Settings Click on Publications Click on Add a Publication Select the Branch whose content you wish to deploy t
Score: 2.4196732
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / Services / Server TagsServer Tags Model Variables The framework keeps track of specific model variables which are accessible within your templates: user - information about the current user page - information about the current page selected - information about the currently selected content item session - information about the current user application session history - information about the navigation history request - information about the request Here is an example template that displays the user's click path histo
Score: 2.3332906
|
![]() |
Gitana / 4.0 / Developers / Application Server / Services / Server TagsServer Tags Model Variables The framework keeps track of specific model variables which are accessible within your templates: user - information about the current user page - information about the current page selected - information about the currently selected content item session - information about the current user application session history - information about the navigation history request - information about the request Here is an example template that displays the user's click path histo
Score: 2.3332906
|
![]() |
How can I reuse connections with the Java Driver?The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr
Score: 2.1949508
|