-
Hi everyone,
I have a problem integrating Mercury Editor on a Symfony2 project using Foundation 5 (with jQuery 2).
First of all, I started having a problem with **jQuery.browser.konqueror**, which …
-
I'm super excited to start using Mercury, but I can't even get it set up.
I've done what you've explained in the ReadMe, installed the gem and generated the Mercury assets.
Nothing happens when on …
-
This seems like the most basic function, but whenever I set a section type to "full" for the editor I get this alert message:
> Mercury.PageEditor failed to load: Region type is malformed, no data-ty…
-
`/** @jsx React.DOM */` is pretty annoying noise. Let's stop requiring it. We can probably keep it simple for now but if we want to make JSX more generic and standalone we might need to do this a bit …
zpao updated
10 years ago
-
Hi i have aquestion.
If i have a big list of 2000 elements, and i need to referesh only the class attribute of one of this element is possible to diff and patching only a subtree, without traverse all…
-
Hi,
I have been trying to add some javascript components to my options view, I've tried too many different ways, and I would like to share my successful attempt here, for other users and hopefully to…
-
I've been taking some steps to think about the creating guides steps.
Here's an [initial design](https://drive.google.com/file/d/0B-bWl-XSXODndEkxNWYtamJ2Rkk/edit?usp=sharing) (bonus - also explorin…
-
hello all
i have a problem with running mercury in fresh html / js back-end
my code is like this
< meta charset='utf-8'>
< link href="assets/stylesheets/mercury.css" media="all" rel="stylesheet" t…
-
copy something, and then mash on command/ctrl+p, and you'll see other content being duplicated.
-
Cannot get the "/editor/..." routes to work using Rails 4.0 and latest Mercury version. The routes.rb only has 2 lines in the draw block:
```
resources :web_forms
mount Mercury::Engine, at: "/"
```
…