Multi window plugin in angularjs
Asked Answered
J

1

6

We are developing a large scale application in angular. It has separated multiple modules and more than 100 pages per module. It is a garment ERP. A lot of business is here. Many times the client wants to see multiple pages at a time and they want to feature minimize and maximize. That is their requirements is like desktop pages. So how can we create multi-window in angular?

We have found a jquery plugin http://fstoke.me/jquery/window/ but our requirements are angular, Have any angular multi window like as jquery. Thanks, everybody.

> At first please see the jquery link http://fstoke.me/jquery/window/.
> I have to make this window by using the angular directive.
Jodeejodhpur answered 25/9, 2014 at 10:11 Comment(5)
Those are not real browser windows, are they?Transmittance
Hi, @Shomz, Thanks your reply. Yes, it will be custom window, do you have any idea to you?Jodeejodhpur
Well, you can create a popup-type window using templating system ans CSS, shouldn't be too hard, really. And the good thing is that you won't have to worry about different apps (like you would have to in case you wanted something to work across multiple browser windows/tabs).Transmittance
@Shomz, your idea is very good. but i am seeking a sample with minimum feature then i will add more feature.Jodeejodhpur
@Jodeejodhpur Have you solved it ? If so, how ? ?Bois
C
1

This one displays multiple windows which can be dragged around and maximized. But it doesn't appear to support minimizing (temporarily collapsing) windows.

https://github.com/sinmsinm/ng-window-manager

You could also take a look at this question.

Cockatoo answered 14/3, 2016 at 6:44 Comment(1)
(We ended up hacking our own using Bootstrap popups. When the user minimised windows, we stacked them in the bottom-right using float: left and transform: rotate(180) twice!Cockatoo

© 2022 - 2024 — McMap. All rights reserved.