Révision dc3b59bd src/app/home/home.component.html
src/app/home/home.component.html | ||
---|---|---|
23 | 23 |
<Button id="btnGetPictureFromRoll" col="1" text="Galerie" (tap)='onGetPictureFromRollTap($event)' padding="10" class="-primary"></Button> |
24 | 24 |
</GridLayout> |
25 | 25 |
<Label text="2. Donnez un nom à cette photo" class="label" textAlignment="left" autocorrect="true"></Label> |
26 |
<TextField id="label" hint="exercice 23" secure="false" maxLength="50">
|
|
26 |
<TextField id="label" hint="" secure="false" maxLength="50"> |
|
27 | 27 |
</TextField> |
28 | 28 |
<Label text="3. Entrez le nom de l'album collaboratif" class="label" textAlignment="left"></Label> |
29 |
<TextField id="album" [text]="album" hint="classe-12" secure="false" maxLength="50" (blur)="onBlur($event)">
|
|
29 |
<TextField id="album" [text]="album" hint="" secure="false" maxLength="50" (blur)="onBlur($event)"> |
|
30 | 30 |
</TextField> |
31 | 31 |
<Label text="4. Entrez le mot de passe de l'album (si nécessaire)" class="label" textAlignment="left"></Label> |
32 |
<TextField id="albumPass" [text]="albumPass" hint="toto" secure="false" maxLength="50" (blur)="onBlur($event)">
|
|
32 |
<TextField id="albumPass" [text]="albumPass" hint="" secure="false" maxLength="50" (blur)="onBlur($event)"> |
|
33 | 33 |
</TextField> |
34 | 34 |
<Label text="5. Envoyez la photo sur le serveur" class="label" textAlignment="left"></Label> |
35 | 35 |
<Button id="btnSendPicture" text="Envoyer la photo" (tap)='onSendPictureTap($event)' padding="10" class="-primary" [isEnabled]="hasPicture"></Button> |
Formats disponibles : Unified diff