minikomi / Bootstrap-Form-Builder

Web app for drag drop building bootstrap forms.
MIT License
2.11k stars 1.06k forks source link

New jquery seems to break this form builder =( #18

Closed msurguy closed 11 years ago

msurguy commented 11 years ago

Can't quite pinpoint the source of the problem but when using new jquery the form builder stops working - more specifically cannot edit a single field - the popover displays the actual HTML instead of browser parsed HTML.

craighooghiem commented 11 years ago

I believe this is an issue with the new version of Bootstrap, because they added an html boolean value to the JS. http://twitter.github.com/bootstrap/javascript.html#popovers

Now you have to add html:true to the popover in order for the HTML to be parsed, as it defaults to false.

msurguy commented 11 years ago

Oh, will try that, that must be it! Thanks @craighooghiem !!! You saved my day =)

craighooghiem commented 11 years ago

No problem. Been there, had that issue, fixed it. I was going to file a pull-request but I'm about 9 light years away from this build now. I wrapped mine up into a fuelPHP CMS and it's grossly modified.

msurguy commented 11 years ago

I see that there is a Backbone branch in this repo now, hopefully that will be available soon =)

Is your FuelPHP cms module open source? I want to make something like that for Laravel PHP framework too =)

craighooghiem commented 11 years ago

No it's not and it won't ever be. I'm moving all my projects to Laravel and letting this one die a slow death.

It's a block-based CMS, similar in concept to PyroCMS, but not similar in execution at all. However, with PyroCMS moving to laravel a bunch of great changes are happening for CMS therein.

msurguy commented 11 years ago

Cool!

Do you have co-founders or collaborators on the CMS? I am also developing a CMS but with different focus.

This form builder was just for Bootsnipp.com website that I made with Laravel long ago =)

craighooghiem commented 11 years ago

I work for a company (Vicimus in Ontario, Canada) and I'm the manager for everything development. I built the CMS myself and no one else has touched it yet. It was made for clients to be able to manage the websites we create for them, so it serves it's purpose, but not much more.