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

Предложение: расширить документацию про событиям #275

Open
shastox opened this issue May 1, 2019 · 0 comments

Comments

@shastox
Copy link
Contributor

shastox commented May 1, 2019

В документации https://framework7.io/docs/router-component.html сказано кратко: "можно использовать @click", но возможности, судя по https://github.com/framework7io/framework7/blob/master/src/core/modules/component/vdom.js гораздо шире, в чем-то, видимо аналогия с VueJS: https://ru.vuejs.org/v2/guide/events.html Предлагаю или описать в документации мощь событий или хотя бы дать ссылку, где это описывается.

Второй момент. В той же документации https://framework7.io/docs/router-component.html сказано, что с событиям нужно работать так:

   on: {
        pageInit: function (e, page) {
          // do something on page init
        },
        pageAfterOut: function (e, page) {
          // page has left the view
        },
      }

но, насколько я знаю, можно эти методы подымать а уровень выше, а не держа их под "on" т.е.

data: ...
methods: ...
pageInit : function() //или onPageInit

предлагаю этот момент также описать в документации.

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

No branches or pull requests

1 participant