Questions tagged [hallo-js]

Simple rich text editor (contentEditable) for jQuery UI

It is a web writing tool, available to be included into any web application under the liberal MIT open source license.

See hallojs.org for more details.

19 questions
0
votes
1 answer

How to make custom Hallo.js plugin/button call a js function (toggle a modal)

I need to have a custom button in the Hallo toolbar that will toggle a modal to open. I thought that it should be fairly simple to do, but there is not a lot of documentation for Hallo yet, and my knowledge of coffee script is not the best. I've…
Gabrinthei
  • 23
  • 6
0
votes
1 answer

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 editable element, and a focus event, nothing worked. I…
chickpeas
  • 443
  • 5
  • 16
0
votes
0 answers

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 not defined (sel = rangy.getSelection(); Line…
MrSnoozles
  • 860
  • 8
  • 13
-1
votes
1 answer

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 basic example for an included block is something…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
1
2