neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

How to change css for different framework? #83

Open achillion opened 8 years ago

achillion commented 8 years ago

Hi pals! Not sure if it's an issue for someone else, but I'm asking just in case. I'm using a different framework than bootstrap. What file should I look into to change the tags?

Thanks for your help.

neokoenig commented 8 years ago

Whilst it may technically be possible, you'd need to change a lot of options, and the column classes would need to work in a similar fashion, i.e, col-sm-3 etc

See the source code for http://neokoenig.github.io/jQuery-gridmanager/demo/foundation.html to give you an idea; that's the basics for foundation.

TBH, it's not something I'm actively supporting, as just getting bootstrap in is difficult enough

rawranator commented 8 years ago

I been getting emails to this for years now, how can I get removed from this?

On Sat, Mar 19, 2016 at 8:13 AM Tom King notifications@github.com wrote:

Whilst it may technically be possible, you'd need to change a lot of options, and the column classes would need to work in a similar fashion, i.e, col-sm-3 etc

See the source code for http://neokoenig.github.io/jQuery-gridmanager/demo/foundation.html to give you an idea; that's the basics for foundation.

TBH, it's not something I'm actively supporting, as just getting bootstrap in is difficult enough

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/neokoenig/jQuery-gridmanager/issues/83#issuecomment-198710028

neokoenig commented 8 years ago

I suspect you may want to check your gitHub notification settings, and possibly unstar or unwatch this repository....

achillion commented 8 years ago

Okay I understand. Thank you for your answer. Last question: which files do I need to modify?

neokoenig commented 8 years ago

You don't need to modify any core files (hopefully) but you do need to pass in the required options when you call/configure the instance

On 19 Mar 2016, at 23:13, achillion notifications@github.com wrote:

Okay I understand. Thank you for your answer. Last question: which files do I need to modify?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub