Found 125 results for "ui-dev actions create_document"
The search executed in 0.001483762 seconds. That's fast.
![]() |
Gitana / 3.2 / Guide / Guide / ActionsActions Cloud CMS provides an Action framework that lets you kick off Actions that perform content operations on your behalf. Actions are units of work that are typically fired off as a result of an event handler or listener. For example, you might register an Action that triggers when a piece of content is updated or when a workflow task transitions. The Action might do something like Send an Email or Fire off a Web Hook. The Cloud CMS Action framework aspires to provide complete units of work
Score: 16.65304
|
![]() |
Gitana / 4.0 / Data Engine / Behaviors / ActionsActions Cloud CMS provides an Action framework that lets you kick off Actions that perform content operations on your behalf. Actions are units of work that are typically fired off as a result of an event handler or listener. For example, you might register an Action that triggers when a piece of content is updated or when a workflow task transitions. The Action might do something like Send an Email or Fire off a Web Hook. The Cloud CMS Action framework aspires to provide complete units of work
Score: 16.65304
|
![]() |
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: 11.8181305
|
![]() |
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: 11.8181305
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / ActionsActions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy
Score: 10.374642
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / ActionsActions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy
Score: 10.374642
|
![]() |
Gitana / 3.2 / Guide / Guide / RulesRules Content Rules provide a way for you to wire in business logic behind the content graph. Once they're set up, rules run automatically as content is created, updated and deleted within your branch. Rules are content nodes with a JSON payload the describes the Conditions and Actions to be triggered. As with all behaviors, Rule nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior asso
Score: 10.186127
|
![]() |
Gitana / 4.0 / Data Engine / Behaviors / RulesRules Content Rules provide a way for you to wire in business logic behind the content graph. Once they're set up, rules run automatically as content is created, updated and deleted within your branch. Rules are content nodes with a JSON payload the describes the Conditions and Actions to be triggered. As with all behaviors, Rule nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior asso
Score: 10.186127
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / actionsactions [ { "config": { "actions": { "create-content": { "title": "Create a New Content Instance" } } } } ]```
Score: 6.645282
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / actionsactions [ { "config": { "actions": { "create-content": { "title": "Create a New Content Instance" } } } } ]```
Score: 6.645282
|
![]() |
Gitana / 3.2 / Guide / Guide / Branches / ActionsActions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat
Score: 6.5739107
|
![]() |
Gitana / 4.0 / Data Engine / Branches / ActionsActions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat
Score: 6.5739107
|
![]() |
Gitana / 3.2 / Guide / Guide / Releases / ActionsActions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat
Score: 6.460169
|
![]() |
Gitana / 4.0 / Data Engine / Releases / ActionsActions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat
Score: 6.460169
|
![]() |
Gitana / 3.2 / Guide / Guide / Scripting / ActionsActions Properties There are no properties for this class. Methods execute Usage object execute() Arguments None Return Type Description object Examples Change the type of a Node In this example, we fire off the changeType action to change the type of a node to custom:thing. actions.execute("changeType", { "node": node, "type": "custom:thing" });
Score: 6.4574757
|
![]() |
ActionsActions Properties There are no properties for this class. Methods execute Usage object execute() Arguments None Return Type Description object Examples Change the type of a Node In this example, we fire off the changeType action to change the type of a node to custom:thing. actions.execute("changeType", { "node": node, "type": "custom:thing" });
Score: 6.4574757
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actionsdocument-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: 5.8875046
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / document-actionsdocument-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: 5.8875046
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-item-actionsdocuments-list-item-actions [ { "evaluator": "document-is-favorite", "config": { "documents-list-item-actions": [ { "key": "favorite", "iconClass": "fa fa-star", "action": "remove-from-favorites", "order": 9000 } ] } }, { "config": { "documents-list-item-actions": [ { "key": "edit-document", "link": "/#/projects/{{project._doc}}/documents/{{document._doc}}/properties",
Score: 4.793308
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-item-actionsdocuments-list-item-actions [ { "evaluator": "document-is-favorite", "config": { "documents-list-item-actions": [ { "key": "favorite", "iconClass": "fa fa-star", "action": "remove-from-favorites", "order": 9000 } ] } }, { "config": { "documents-list-item-actions": [ { "key": "edit-document", "link": "/#/projects/{{project._doc}}/documents/{{document._doc}}/properties",
Score: 4.793308
|
![]() |
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: 4.7305202
|
![]() |
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: 4.7305202
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / workspaces-list-item-actionsworkspaces-list-item-actions [ { "config": { "workspaces-list-item-actions": [ { "key": "switch-to-workspace", "action": "switch-to-workspace", "iconClass": "fa fa-exchange" } ] } } ]```
Score: 4.714436
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / workspaces-list-item-actionsworkspaces-list-item-actions [ { "config": { "workspaces-list-item-actions": [ { "key": "switch-to-workspace", "action": "switch-to-workspace", "iconClass": "fa fa-exchange" } ] } } ]```
Score: 4.714436
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / content-instances-list-item-actionscontent-instances-list-item-actions [ { "evaluator": "document-is-favorite", "config": { "content-instances-list-item-actions": [ { "key": "favorite", "iconClass": "fa fa-star", "action": "remove-from-favorites", "order": 9000 } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "content-instances-list-item-actions": [ { "key": "folder", "ico
Score: 4.4865317
|