The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
37 views

opening hallo editor on document ready

I'm trying to open the hallo editor toolbar on document.ready with focus on the first element or anywhere, it doesn't really matter I just need to open it I tried triggering a click event on the ...
0
votes
0answers
62 views

Hallo.js - Rangy is not defined

I just tried to add the Hallo.js editor to my website. It kind of works, but as soon as I'm editing a text, I see the following error in Chrome and Firefox. In Opera it seems to work fine. rangy is ...
0
votes
1answer
113 views

Is there a wiki that works with Aloha editor (or hallo-js)?

I have a dokuwiki wiki set up on my server, and I would love to be able to edit the wiki with inline editing, a la Aloha Editor or Hallo Editor. On the Aloha editor home page they mention that you ...
2
votes
1answer
135 views

How do i customize hallo.js to use <strong> instead of <b>?

The question pretty much says it all. Im using hallo.js and it seems to use <b> and <i> for bold and italic. Some of my markup currently requires strong and em in order to have certain CSS ...
0
votes
1answer
41 views

How do i create an RDFa definition for something like “textNode HTMLElement textNode”?

Im trying to create some custom blocks for a CMS interface based on the symfony-cmf. In order for these blocks to be edited inline with createphp/hallo i need to create RDFa mappings for them. The ...