Found 199 results for "cookbooks javascript"

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

Gitana 3.2 / Guide / Guide / Features / Behavior Binding

Enhance your web app with behavior binding—link JavaScript to policy nodes for dynamic actions and automated updates on node triggers.

Score: 1.7380809

Gitana 4.0 / Content Engine / Aspects / Behavior Binding

Enhance your web app with behavior binding—link JavaScript to policy nodes for dynamic actions and automated updates on node triggers.

Score: 1.7380809

Gitana 3.2 / Guide / Guide / Content Modeling / Scripts

Optimize your JavaScript coding with script behavior nodes. Implement custom behavior, automate updates, and manage policy overrides in Cloud CMS.

Score: 1.7144006

Gitana 4.0 / Content Engine / Content Models / Scripts

Optimize and automate scripts in Cloud CMS using JavaScript. Implement custom behaviors for your content instances effortlessly.

Score: 1.7144006

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.6081877

Gitana 3.2 / Guide / Guide / Features / Behavior

Discover how to implement behaviors in nodes with ease using f:behavior. No configuration needed for this efficient feature.

Score: 1.5766928

Gitana 4.0 / Content Engine / Aspects / Behavior

Implement behavior in your nodes effortlessly; discover script and rule-based solutions without configuration. Get started with our JavaScript example.

Score: 1.5766928

Gitana 4.0 / Reference / Types / Cluster

Explore our comprehensive Data Store Cluster documentation, featuring examples, properties, methods, and cookbooks to streamline your development.

Score: 1.5697733

Running Custom Scripts through Rules Test

You may want a complex action to occur in your project that is specific to your business requirements. We provide a number of out of the box actions that you can easily setup in a Content Rule, but sometimes the requirement goes beyond these functionalities. So, Cloud CMS allows you to write Javascript scripts that will run whenever a rule is triggered. In this example, we will be working with the following definition, call it custom:counter: { "title": "counter", "type": "object", "propertie

Score: 1.557301

Gitana 3.2 / Guide / Guide / Actions / Execute Script

Execute scripts on nodes with customizable JSON configurations, enhancing functionality with ease and flexibility.

Score: 1.5477685

Gitana 4.0 / Content Engine / Behaviors / Actions / Execute Script

Execute scripts on nodes with customizable JSON configurations, enhancing functionality with ease and flexibility.

Score: 1.5477685

Does Cloud CMS work with iOS, Android, Node.js, PhoneGap, JavaScript, HTML5 and any other popular frameworks?

You work with Cloud CMS just like you would any other ReSTful HTTP/OAuth2 service. In addition, we have a library of drivers and developer guides that you can look to for guidance on building apps for the web as well as iPhone, iPad, Android, PhoneGap, Titanium and many other frameworks.

Score: 1.5477685

Gitana 4.0 / Reference / Types / Deployment Target

Explore our comprehensive guide on Deployment Target objects, including methods, properties, and schema details to accelerate development.

Score: 1.5122709

Gitana 4.0 / Reference / Types / Deployment Strategy

Explore comprehensive API methods and properties for managing deployment strategies on Giganta's platform, enhancing development with language driver support.

Score: 1.5122709

Gitana 4.0 / Reference / Types / Deployment Receiver

Comprehensive guide on Gitana Deployment Receiver: properties, methods, examples, and more to streamline your development.

Score: 1.5122709

Gitana 3.2 / Guide / Guide / null / Modules Commands

Optimize Cloud CMS command-line tool for deploying, managing, and registering JavaScript UI modules from public Git repositories.

Score: 1.4942589

Gitana 4.0 / Developers / Command Line Interface / Modules Commands

Optimize Cloud CMS modules with command-line tools to register, deploy, and manage UI modules using GitHub in AMD format.

Score: 1.4942589

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Script

Run scripts in workflows with this handler to access document and workflow data seamlessly. Configure with optional mimetypes for custom scripts.

Score: 1.4280117

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Script

Run customizable scripts in workflows, accessing variables like document data and metadata for efficient task automation.

Score: 1.4280117

Gitana 4.0 / Reference / Types / Client

Define clients to securely connect apps to your platform via OAuth2, offering robust authentication and customization options.

Score: 1.4196771

Gitana 3.2 / Guide / Guide / Authentication / Drivers

Connect securely to Cloud CMS using the OAuth2 password flow and manage access tokens effortlessly with our Gitana driver.

Score: 1.4158504

Gitana 4.0 / Developers / Authentication / Drivers

Securely connect to Cloud CMS using OAuth2, manage access and refresh tokens, and explore best practices to ensure safe application integration.

Score: 1.4158504

Gitana 4.0 / Reference / Types / Workflow Comment

Explore our 'Workflow Comment' API, offering powerful tools to manage comments within your platform with customizable properties, methods, and authorizations.

Score: 1.4090415

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

Gitana 3.2 / Guide / Guide / Authentication / OAuth 2.0

Explore OAuth 2.0 in Cloud CMS for secure server authorization. Learn best practices and different flows, including real-world examples using OAuth2.

Score: 1.3785045