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

Improve Documentation #18

Open
indolering opened this issue Apr 4, 2016 · 1 comment
Open

Improve Documentation #18

indolering opened this issue Apr 4, 2016 · 1 comment

Comments

@indolering
Copy link

The docs are light on details about how this should be used. It would be nice if there were some examples for usage in both parent and child elements. I've added questions I had while reading through the API documentation:

assignParentResizable

  • Is this mandatory for any element that has a parent that implements iron-resizable?
  • Should it be done in attached or another lifecycle callback?

notifyResize

  • While the docs state that this can be called manually, the example calls it during a lifecycle callback (this.async(this.notifyResize, 1). Is this mandatory or a good idea or ...?
@mkazlauskas
Copy link

mkazlauskas commented May 19, 2017

It feels like it should notifyResize during lifecycle callback inside the behavior itself since it seems to be breaking 1.0 functionality.

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

2 participants