Found 113 results for "appserver tags layout"
The search executed in 0.004413689 seconds. That's fast.
![]() |
Gitana / 4.0 / Developers / Application Server / TagsTags @associations @block @content @debug @dependency @expand @form @fragment @include @iter @layout @link @nodeAttachmentValue @params @processTemplate @query @queryOne @relatives @resource @search @value
Score: 25.608608
|
![]() |
Gitana / 3.2 / Guide / Guide / Application ServerApplication Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.
Score: 20.341696
|
![]() |
Gitana / 4.0 / Developers / Application Server / OverviewApplication Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.
Score: 20.341696
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / TagsTags @associations @block @content @debug @dependency @expand @form @fragment @include @iter @layout @link @nodeAttachmentValue @params @processTemplate @query @queryOne @relatives @resource @search @value
Score: 18.055885
|
![]() |
Gitana / 4.0 / Developers / Application Server / ClusteringClustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application
Score: 13.022238
|
![]() |
Gitana / 4.0 / Data Engine / Content Models / Content Model BuilderContent Model Builder Create A New Content Type Extend Field Templates Edit An Existing Content Type
Score: 11.78547
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / Tags / @layout@layout Includes an external "layout" template into the current one. This is similar to the @include tag but assumes a base path of /layouts as the template location. Parameters path - (required) the relative path to the template (example: "../template.html") Result The child template is retrieved, loaded, compiled and inserted into the current template.
Score: 10.551648
|
![]() |
Gitana / 4.0 / Developers / Application Server / Tags / @layout@layout Includes an external "layout" template into the current one. This is similar to the @include tag but assumes a base path of /layouts as the template location. Parameters path - (required) the relative path to the template (example: "../template.html") Result The child template is retrieved, loaded, compiled and inserted into the current template.
Score: 10.551648
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / TagsTags Cloud CMS lets you manage your tag hierarchy and assign those tags to your content. Content that is tagged is automatically marked with the tag information (within the tags property) and will also maintain an a:has_tag association in the content graph that points back to the tag instance. Tags are first class citizens within Cloud CMS. They are content like everything else. Once content is tagged, you will see it reflected in the user interface as such. You will be able to navigate your con
Score: 9.186798
|
![]() |
Gitana / 4.0 / User Interface / User Interface / TagsTags Cloud CMS lets you manage your tag hierarchy and assign those tags to your content. Content that is tagged is automatically marked with the tag information (within the tags property) and will also maintain an a:has_tag association in the content graph that points back to the tag instance. Tags are first class citizens within Cloud CMS. They are content like everything else. Once content is tagged, you will see it reflected in the user interface as such. You will be able to navigate your con
Score: 9.186798
|
![]() |
Gitana / 3.2 / Guide / Guide / FormsForms Cloud CMS automatically generates and displays mobile-friendly forms using the Alpaca Javascript / HTML5 forms engine. The Alpaca Forms Engine was created by Cloud CMS and is available as an open source project. In addition to the standard library of 40+ controls provided by Alpacajs, Cloud CMS provides support for several additional controls that run within the Cloud CMS user interface. Schemas and Forms Cloud CMS separates the concept of a schema from a form. A schema (or definition) des
Score: 8.965647
|
![]() |
Gitana / 4.0 / Forms / CMS / OverviewForms Cloud CMS automatically generates and displays mobile-friendly forms using the Alpaca Javascript / HTML5 forms engine. The Alpaca Forms Engine was created by Cloud CMS and is available as an open source project. In addition to the standard library of 40+ controls provided by Alpacajs, Cloud CMS provides support for several additional controls that run within the Cloud CMS user interface. Schemas and Forms Cloud CMS separates the concept of a schema from a form. A schema (or definition) des
Score: 8.965647
|
![]() |
Gitana / 3.2 / Guide / Guide / FeaturesFeatures Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu
Score: 8.165388
|
![]() |
Gitana / 4.0 / Data Engine / Aspects / OverviewFeatures Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu
Score: 8.165388
|
![]() |
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: 7.4253597
|
![]() |
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: 7.4253597
|
![]() |
Definitions for Date formatOur definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th
Score: 6.9468966
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / ClusteringClustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application
Score: 5.265135
|
![]() |
Gitana / 3.2 / Guide / Guide / Content Modeling / Content Model BuilderContent Model Builder Create A New Content Type Extend Field Templates Edit An Existing Content Type
Score: 4.720064
|
![]() |
Gitana / 4.0 / Forms / API / LayoutsLayouts Alpaca features both automatic and layout-driven mechanisms for placing your fields onto a page. The automatic mechanism simply walks through your fields in the order they are expressed in schema and places them one by one in a stacked order. The layout-driven mechanism allows you to provide a layout template that finely describes where your fields should be placed using DOM-driven injection. To use a layout, you simply need to provide a view that has a layout block. The layout block def
Score: 3.6048553
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / DashboardDashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration
Score: 3.3316472
|
![]() |
Gitana / 4.0 / User Interface / User Interface / DashboardDashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration
Score: 3.3316472
|
![]() |
Gitana / 4.0 / Forms / API / WizardsWizards Alpaca lets you arrange your form into simple multi-step wizards along with buttons for previous, next and submit using a simple configuration-driven approach. Wizards are essentially fields within a single form that are split across multiple DIVS, letting you orchestrate a single and non-conditional flow path as DIVs are hidden and shown in sequence. In addition, wizards optionally allow for configuration-driven options to assert the validation state of the set of shown fields before al
Score: 3.1666288
|
![]() |
Gitana / 4.0 / Forms / API / OrderingOrdering The default rendering engine that Alpaca utilizes will render your fields in the order that they are described within your schema. {% raw %} {% endraw %} Use the order option to specify rendering order The precise order of properties can be configured using the order option. {% raw %} {% endraw %} Use a Template to layout fields See Templates for more information on using custom templates to take full control over the layout of your forms.
Score: 3.0875585
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / Tags / @form@form A form can be rendered from Cloud CMS by identifying the definition and form key. Forms are rendered on the client-side using Alpaca Forms. For a working example, see: https://github.com/gitana/sdk/tree/master/app-server/appserver-form-sample Parameters parameter required description definition yes the type definition QName form yes the form key list no the data list to populate successUrl no the URL to redirect to upon success failureUrl no the URL to redirect to upon failure formId no ov
Score: 2.9186735
|