search for: editbutton

Displaying 1 result from an estimated 1 matches for "editbutton".

2006 Jul 12
2
(Re-)designing a CMS
...ags define where the previously defined ''block'' should be displayed in the page: ........html......... <cmsblock name="articles"/> ........html......... This prints a list of articles according to the definition. The <buttons/>-tag (in cmsdef) adds a little editbutton, which can bring up a popup within which one can modify the contents of the block. With this functionality, it''s possible to build quite a website, and manage it in a WYSIWYG-way. But how to approach this in Rails? The goals are simple, really.. I want to be able to have designers create...