Projet

Général

Profil

Révision 25220fd6 src/app/home/home.component.html

Voir les différences:

src/app/home/home.component.html
25 25
            <Label text="2. Donnez un nom à cette photo" class="label" textAlignment="left" autocorrect="true"></Label>
26 26
            <TextField id="label" hint="" secure="false" maxLength="50">
27 27
            </TextField>
28
            <Label text="2.bis Un petit descriptif si vous voulez" class="legende" textAlignment="left" autocorrect="true"></Label>
29
            <TextView id="legende" hint="" autocorrect="true" maxLength="512" secure="false" [text]="legende">
30
            </TextView>
28 31
            <Label text="3. Entrez le nom de l'album collaboratif" class="label" textAlignment="left"></Label>
29 32
            <TextField id="album" [text]="album" hint="" secure="false" maxLength="50" (blur)="onBlur($event)">
30 33
            </TextField>

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux