Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is qooxdoo a good choice for this use case?

Tags:

qooxdoo

I would like to take a simple web page, and allow non-technie administrators to modify content simply by logging in, browsing to the page that is to be changed, and clicking on text to change things, or drag simple lists to re-order them.

My question is whether qooxdoo would be a good choice for this use case. I would want the text to display as it normally does, with magic htmlarea appearing on click, and similar features that don't disturb the visual layout.

like image 728
Greg Avatar asked Dec 30 '22 05:12

Greg


1 Answers

The HtmlArea is also available as low-level component optimized for the use at traditional web-pages. So yes, qooxdoo might be a good choice for your use case. Since no UI-widgets (high-level) are involved the memory overhead should be acceptable here.

Just take a look at the namespace "qx.bom.htmlarea" which entered qooxdoo with version 1.0.

like image 108
Alexander Steitz Avatar answered Jan 07 '23 12:01

Alexander Steitz