simple_dart_modal_controller

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple dart modal controller

ModalController #
Read in other languages: English, Русский.
Description #
ModalPanel - a component for displaying modal windows.
ModalController - controller is control ModalPanel. Like all controllers, it is created and initialized during
application start. Called via the modalController global variable.
Usage #
When initialized, it is added to the page in the body tag. When the showComponentModal(Component) method is called, it
is displayed on the page.
Example #
modalController.init();
Dialog dialog = ...;
modalController.showComponentModal(dialog);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator