Skip to content

Commit

Permalink
Adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter deHaan (Sencha) committed Mar 23, 2012
1 parent deedd78 commit 2803775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Touch/Ext.data.Model.validations/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<link href="http://extjs.cachefly.net/touch/sencha-touch-2.0.0/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<title>Validating an Ext.data.Model object using Sencha Touch 2</title>
<!-- Ext.data.Model.validations -->
<!-- http://senchaexamples.com/2012/03/22/validating-an-ext-data-model-object-using-sencha-touch-2/ -->
</head>
<body>

Expand Down
7 changes: 7 additions & 0 deletions Touch/Ext.data.Model.validations/readme.md
@@ -0,0 +1,7 @@
# Validating an Ext.data.Model object using Sencha Touch 2 #

The following example shows how you can validate an Ext.store.Model object in Sencha Touch 2 by setting the `validations` object on the model and then calling the `validate()` method on a model instance.

---

For more information, see [SenchaExamples.com](http://senchaexamples.com/2012/03/22/validating-an-ext-data-model-object-using-sencha-touch-2/).

0 comments on commit 2803775

Please sign in to comment.