Found 2 results for "jquerymobile"

The search executed in 2.5946E-4 seconds. That's fast.

Gitana / 4.0 / Forms / API / Views

Views When Alpaca runs, the very first thing it does is sort out which view implementation it will use to render the schema and options that you provide. A view implementation consists of an ID and an implementation class. The implementation class serves as a reference object that Alpaca uses to determine things along the way such as: which template to render for a given form, container or control type what CSS classes to inject into rendered elements what callback behaviors to run against rende

Score: 14.391901

Gitana / 4.0 / Forms / API / Usage

Usage Alpaca is packaged up as a function that you call to render a form on top of a DOM element. The function takes in the target DOM element and a configuration block. It then figures out the schema, options and layout information that is needed and sets about compiling any dynamic templates and assembling any views needed to make things work. And then it renders, executing templates and committing DOM elements to the target. It wires everything up and then fires the postRender callback. At va

Score: 7.016863