Commit 71b56e708a9471b6de61f010dea528963b3babd2
1 parent
f957154dc3
Exists in
master
Update README.md
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
README.md
1 | # Directivas para usarse en los productos Debo Suite | 1 | # FOCA-DIRECTIVES |
2 | Directivas para usarse en los productos Debo Suite | ||
2 | 3 | ||
3 | ## foca-focus | 4 | ## foca-focus |
4 | Si la expresion introducida es verdadera el elemento se le aplica un focus | 5 | Si la expresion introducida es verdadera el elemento se le aplica un focus |
5 | <pre> | 6 | ~~~ |
6 | <input type="text" foca-focus="seleccion == 1"> | 7 | <input type="text" foca-focus="seleccion == 1"> |
7 | </pre> | 8 | ~~~ |
8 | 9 |