Found 522 results for "docs fields object"
The search executed in 0.002070783 seconds. That's fast.
Gitana / 4.0 / Developers / Application Server / Tags / @iter@iter Iterate over the keys of an object. Useful when looking for a particular json key. Makes the following available to the context of each iteration: $key $value $type Syntax {@iter obj=
Score: 1.0601914
|
|
Gitana / 3.2 / Guide / Guide / Actions / Capture ScreenshotCapture Screenshot ID: captureScreenshot Captures a screenshot and stores it as an attachment. { "title": "Capture Screenshot", "properties": { "url": { "type": "string", "title": "URL" }, "options": { "type": "object", "title": "Options", "properties": { "width": { "type": "number", "title": "Width" }, "height": {
Score: 1.0533184
|
|
Gitana / 4.0 / Data Engine / Behaviors / Actions / Capture ScreenshotCapture Screenshot ID: captureScreenshot Captures a screenshot and stores it as an attachment. { "title": "Capture Screenshot", "properties": { "url": { "type": "string", "title": "URL" }, "options": { "type": "object", "title": "Options", "properties": { "width": { "type": "number", "title": "Width" }, "height": {
Score: 1.0533184
|
|
Gitana / 3.2 / Guide / Guide / Scripting / NodeNode Provides scripting facilities around a Node. Properties Name Type Description associations resultmap All of the associations around a node. attachments object The attachments for the node branch branch The Branch on which this Association resides. branchId string The ID of the branch that this Association resides on. changesetId string The changeset ID on which this node resides. If the node has not yet been saved, this may be null. childAssociations resultmap All of the child associations
Score: 1.0517946
|
|
NodeNode Provides scripting facilities around a Node. Properties Name Type Description associations resultmap All of the associations around a node. attachments object The attachments for the node branch branch The Branch on which this Association resides. branchId string The ID of the branch that this Association resides on. changesetId string The changeset ID on which this node resides. If the node has not yet been saved, this may be null. childAssociations resultmap All of the child associations
Score: 1.0517946
|
|
How does security work in Cloud CMS?Cloud CMS provides two ways to describe access rights to things: Object-level / role-based authorities Team / role-based authorities With object-level / role-based authorities, you assign a principal (either a user or a group) a role against something. For example, you might give Joe the CONSUMER role against a content node. When Joe then interacts with the content node in the future, he will do so with the CONSUMER role which will allow him to "read" the node. With team / role-based authorities
Score: 1.0517946
|
|
Gitana / 3.2 / Guide / Guide / Security / TeamsTeams In addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everythin
Score: 1.0509142
|
|
Gitana / 4.0 / Data Engine / Security / TeamsTeams In addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everythin
Score: 1.0509142
|
|
Gitana / 4.0 / Forms / API / ReferencesReferences This page shows examples of using JSON schema $ref markup to reference definitions and other structures within your JSON schema definition to generate more complex and nested schema documents. The $ref convention used by Alpaca builds on top of JSON schema and allows for the $ref value to identify a URI to a remote resource. It also allows you to point to JSON structures within the current document, enabling re-use. Alpaca extends $ref by allowing for additional loaders such as a dict
Score: 1.0509142
|
|
Team-based securityIn addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everything in a
Score: 1.0509142
|
|
The Beauty of Cloud CMS ChainingChaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m
Score: 1.0481229
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Tags / @query@query Queries for nodes and makes those nodes available to the template. Parameters parameter required description type the type of node to query for (definition QName) sort the field to sort on sortDirection the direction to sort in (either 1 for ascending or -1 for descending) limit the number of records to return fields comma separated list of property names to include in query results skip a position to skip ahead to in the record set scope if "page", then only relatives related to the curr
Score: 1.0470654
|
|
Gitana / 4.0 / Developers / Application Server / Tags / @query@query Queries for nodes and makes those nodes available to the template. Parameters parameter required description type the type of node to query for (definition QName) sort the field to sort on sortDirection the direction to sort in (either 1 for ascending or -1 for descending) limit the number of records to return fields comma separated list of property names to include in query results skip a position to skip ahead to in the record set scope if "page", then only relatives related to the curr
Score: 1.0470654
|
|
Gitana / 3.2 / Guide / Guide / Features / IndexableIndexable QName: f:indexable Informs a node of how it should be indexed. Cloud CMS maintains multiple indexes including a search index, a database index and special indexes for things like path-based retrieval. By default, all n:node instances have the f:indexable feature applied to them. The default behavior is for search to be enabled and for search-indexes to be updated synchronously upon a write. Nodes that are indexed for search will take a little extra time on write (create or update) sinc
Score: 1.0410125
|
|
Gitana / 4.0 / Data Engine / Aspects / IndexableIndexable QName: f:indexable Informs a node of how it should be indexed. Cloud CMS maintains multiple indexes including a search index, a database index and special indexes for things like path-based retrieval. By default, all n:node instances have the f:indexable feature applied to them. The default behavior is for search to be enabled and for search-indexes to be updated synchronously upon a write. Nodes that are indexed for search will take a little extra time on write (create or update) sinc
Score: 1.0410125
|
|
Gitana / 3.2 / Guide / Guide / Features / Dublin CoreDublin Core QName: f:dublincore Applies metadata properties to your definition to enable it to support the Dublin Core Metadata Initiative standard. For information on Dublin Core, please visit: http://dublincore.org/. The feature is defined as shown here: { "_qname": "f:dublincore", "_type": "d:feature", "type": "object", "title": "Dublin Core", "properties": { "dublincore": { "type": "object", "title": "Dublin Core Properties", "propert
Score: 1.0266953
|
|
Gitana / 4.0 / Data Engine / Aspects / Dublin CoreDublin Core QName: f:dublincore Applies metadata properties to your definition to enable it to support the Dublin Core Metadata Initiative standard. For information on Dublin Core, please visit: http://dublincore.org/. The feature is defined as shown here: { "_qname": "f:dublincore", "_type": "d:feature", "type": "object", "title": "Dublin Core", "properties": { "dublincore": { "type": "object", "title": "Dublin Core Properties", "propert
Score: 1.0266953
|
|
Gitana / 3.2 / Guide / Guide / Binary FilesBinary Files Cloud CMS lets you upload any kind of desktop file. The system will automatically detect the type of content that you upload and will inspect and work with the content to provide the following services: Automatic antivirus scanning to detect malicious files Extraction of metadata properties from the payload body and headers Conversion of content type to thumbnails (using image transformation) Detection and extraction of text for full-text search Execution of custom rules to further
Score: 1.025806
|
|
Gitana / 4.0 / Data Engine / Platform / Binary FilesBinary Files Cloud CMS lets you upload any kind of desktop file. The system will automatically detect the type of content that you upload and will inspect and work with the content to provide the following services: Automatic antivirus scanning to detect malicious files Extraction of metadata properties from the payload body and headers Conversion of content type to thumbnails (using image transformation) Detection and extraction of text for full-text search Execution of custom rules to further
Score: 1.025806
|
|
Gitana / 3.2 / Guide / Guide / Features / Auto NarrateAuto Narrate This section describes features that are coming in 4.0 QName: f:auto-narrate With this feature in place, a content instance will automatically have the text from either an attachment or a property narrated using text-to-speech. The generated audio file will be stored back onto the node as an audio attachment (typically in MP3 format). To use this service, you will first need to set up a Narration Service. The service can either be configured as the default Narration Service for your
Score: 1.020098
|
|
Gitana / 4.0 / Data Engine / Aspects / Auto NarrateAuto Narrate This section describes features that are coming in 4.0 QName: f:auto-narrate With this feature in place, a content instance will automatically have the text from either an attachment or a property narrated using text-to-speech. The generated audio file will be stored back onto the node as an audio attachment (typically in MP3 format). To use this service, you will first need to set up a Narration Service. The service can either be configured as the default Narration Service for your
Score: 1.020098
|
|
Gitana / 3.2 / Guide / Guide / ModulesModules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need
Score: 1.0176276
|
|
Gitana / 4.0 / User Interface / Modules / OverviewModules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need
Score: 1.0176276
|
|
Gitana / 3.2 / Guide / Guide / Security / PermissionsPermissions Every data store and object in Cloud CMS maintains access control lists so that you can finely describe the rights of any principal in the system against it. This lets you finely tune the rights of individual users against data stores and objects down to a single permission. This access control is authority-based which means that it's applied by granting authorities (or roles) that a principal has over an object. Let's buckle down on the terminology for a moment: A Permissioned entit
Score: 1.0088216
|
|
Gitana / 4.0 / Data Engine / Security / PermissionsPermissions Every data store and object in Cloud CMS maintains access control lists so that you can finely describe the rights of any principal in the system against it. This lets you finely tune the rights of individual users against data stores and objects down to a single permission. This access control is authority-based which means that it's applied by granting authorities (or roles) that a principal has over an object. Let's buckle down on the terminology for a moment: A Permissioned entit
Score: 1.0088216
|