Mateusz Lewandowski
2016-09-13 04:33:27 UTC
Hi.
I am new in dart and polymer technology.
In last days i have a problem with using paper-dialog.
I have wanna use it as an element on typical dart page but idee hast told
me that it needed to be inside polymer element.
The goal is that i need to fire method from inside polymer element (now i
know how to firing methods from such polymer elements) which show me the
paper dialog with setted txt.
I have tried to use in my firing method the followin which had not effect:
1) this.open();
2)querySelector("somePaperDialogId").open();
How to open it using method?
I am new in dart and polymer technology.
In last days i have a problem with using paper-dialog.
I have wanna use it as an element on typical dart page but idee hast told
me that it needed to be inside polymer element.
The goal is that i need to fire method from inside polymer element (now i
know how to firing methods from such polymer elements) which show me the
paper dialog with setted txt.
I have tried to use in my firing method the followin which had not effect:
1) this.open();
2)querySelector("somePaperDialogId").open();
How to open it using method?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.