Ejemplo n.º 1
0
        public void PopWindowTest()
        {
            PopWindow win = new PopWindow();

            win.Url      = "http://youdu.im";
            win.ToUser   = "******";
            win.ToDept   = "1|2|3";
            win.Title    = "弹窗测试";
            win.Height   = 500;
            win.Width    = 500;
            win.Duration = 5;
            win.PopMode  = Const.PopWindow_Mode_Window;
            //win.PopMode = Const.PopWindow_Mode_Browser;
            win.Position = Const.PopWindow_Position_BottomRight;
            m_appClient.PopWindow(win);
        }