この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ionicでフォーム作成 [2018/06/15] adash333 [リンク] |
ionicでフォーム作成 [2018/10/07] (現在) |
||
---|---|---|---|
ライン 26: | ライン 26: | ||
Ionic2のソースコードも掲載されています。 | Ionic2のソースコードも掲載されています。 | ||
+ | https://www.joshmorony.com/advanced-forms-validation-in-ionic-2/\\ | ||
+ | {{:pasted:20180615-204501.png}} | ||
+ | |||
+ | https://angular.io/guide/form-validation\\ | ||
+ | Angular公式サイト Form Validation\\ | ||
+ | {{:pasted:20180615-204451.png}} | ||
ライン 39: | ライン 45: | ||
Angular 2/4 FormBuilder Example | Angular 2/4 FormBuilder Example | ||
By Arvind Rai, July 31, 2017 | By Arvind Rai, July 31, 2017 | ||
+ | |||
+ | https://scotch.io/tutorials/angular-2-form-validation\\ | ||
+ | |||
===== リンク ===== | ===== リンク ===== | ||
ライン 48: | ライン 57: | ||
コードもあって、分かりやすいです。 | コードもあって、分かりやすいです。 | ||
+ | |||
+ | <code> | ||
+ | <ion-item> | ||
+ | <ion-input type="password" placeholder="Password"></ion-input> | ||
+ | <button clear item-right>Forgot</button> | ||
+ | </ion-item> | ||
+ | </code> | ||