Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Form.focus() method #211

Open
belozer opened this issue Oct 31, 2016 · 4 comments
Open

Add Form.focus() method #211

belozer opened this issue Oct 31, 2016 · 4 comments
Labels

Comments

@belozer
Copy link
Member

belozer commented Oct 31, 2016

No description provided.

@belozer belozer added the think label Oct 31, 2016
@awinogradov
Copy link
Member

И куда он ведёт?

@belozer
Copy link
Member Author

belozer commented Oct 31, 2016

На первый элемент в форме

    focus: function() {
      this.getFields().get(0).getControl().setMod('focused');
    },

@awinogradov
Copy link
Member

Кажется это можно положить у себя на проекте и забыть. Зачем тут это держать?

@belozer
Copy link
Member Author

belozer commented Oct 31, 2016

Я сделал это у себя на проекте. Достаточно удобно. А что удобно - делюсь с сообществом.
Если это будет удобно всем, то почему бы не добавить? :)

В общем висит здесь для обсуждений.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants