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

RdkDialog、RdkAlert、RdkTooltipDialog、RdkMenu、RdkLoading等增加静态方法popup(),用于直接弹出自己 #18

Closed
rdkmaster opened this issue Jun 19, 2017 · 0 comments

Comments

@rdkmaster
Copy link
Owner

下面以RdkDialog为例,在RdkDialog上增加popup()静态方法,其定义如下:

public static popup(optionis?:PopupOptions, initData?: any)

应用使用 RdkDialog.popup() 看直接将一个对话框弹出来

实现上,非常简单:

PopupService.popup(RdkDialog, optionis, initData);

关于PopupService.popup,看这里 #139

http://gitlab.zte.com.cn/10045812/jigsaw/issues/140

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

No branches or pull requests

1 participant