Esri / calcite-bootstrap

A Calcite theme and a custom build system for building Bootstrap apps.
http://esri.github.io/calcite-bootstrap/
Apache License 2.0
48 stars 29 forks source link

how to open Multiple Widgets #304

Closed SyedJamshedAli closed 5 years ago

SyedJamshedAli commented 5 years ago

I want to open multiple widgets at the same time, right now only one widget can open. Also how can widget can be drag and drop able .

tomwayson commented 5 years ago

Not sure what you mean by "widgets"? Are you talking about a specific component (modal, collapse, dropdown, etc)?

This repository only includes styles for bootstrap components. If you are having trouble opening or dragging/dropping components, I don't think any of the code in this repo would have any impact on that.

Does the desired behavior work if you remove calcite-bootstrap? If so, let us know, but otherwise it is not something we can help w/.

SyedJamshedAli commented 5 years ago

Actually i want to open multiple dialog boxes , right now only one can open. Please help

tomwayson commented 5 years ago

Please help us help you by providing a live code example that demonstrates the issue.

SyedJamshedAli commented 5 years ago

Sure, please see the image. I want to open multiple widget/module like i mention in the image. Right now only one widget/module/modal can open at a time. Also how can we make these drag and drop. Please help multiple widgets example

jgravois commented 5 years ago

thanks @SyedJamshedAli but thats a screenshot, not a live code sample.

once you put a small repro case together, you should probably be posting to https://github.com/Esri/calcite-maps

SyedJamshedAli commented 5 years ago

Actually our repo is same as calcite-bootstrap, we dont change any thing. and we just want to achieve that functionality which i mention in the image. That is ,at the same time how we can open multiple module/widgets, e.g. Bookmarks and Setting module window at the same time. Please guide me Thanks

tomwayson commented 5 years ago

Your question sounds less like an issue w/ the library, and more like you want advice on how program specific behaviors. Furthermore the behaviors your are asking for are not specific to this library. You could remove Calcite Bootstrap and try and do the same w/ just Bootstrap components, or even empty <div/> tags and the solution would not change.

We cannot help you with this. That kind of question is best asked on GeoNet or Stack Overflow.

If you do end up trying something, and believe you've found an actual issue with this library (i.e. you get it working w/ Boostrap but it stops working when you add Calcite Bootstrap), that would be the appropriate time to re-open this issue. Ideally you would include live code (i.e. https://codepen.io/pen/) showing what you've tried and what is not working.