The VersionOne MetaMorformizr App — Using the VersionOne REST Meta and Localization APIs to GET Serious
Developing Custom VersionOne Apps 101 Series Guide Last time, in Understand Backbone Forms and Backbone.Model’s Two-Way Data Binding by Playing Around in the Chrome Developer Console, you got to play around in the Chrome Console with some awesome, and extremely powerful features of Backbone Forms and Backbone.Model — like simplified DTO creation and two way data binding. But, so far in this series, we’ve only used the VersionOne REST Data API, but there are two other APIs, Meta and Localization. Let’s use them now. And, since every respectable library or web site of the past ten years has dispensed with using […]
Understand Backbone Forms and Backbone.Model’s Two-Way Data Binding by Playing Around in the Chrome Developer Console
Developing Custom VersionOne Apps 101 Series Guide As we just saw, in How To Build a Backbone-Fortified User Story Editor for the VersionOne REST Data API, Backbone Forms is an open source library for Backbone.js that makes creating model-bound HTML forms dead simple. We’re going to dig deeper into Backbone Forms and how it interacts with the standard Backbone.Model class. In this article Instead of explaining the Backbone-Fortified example line-by-line in more depth, we’re going to peek inside of the VersionOne Feature Requestor Sample Custom App that we looked at way back in the beginning of the series. We’ll see how […]