add CMS_WIDGET_... to ease html page development.

This commit is contained in:
Jocelyn Fiat
2013-02-28 19:36:30 +01:00
parent e7b8f398f7
commit 5dd6079fad
6 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
note
description: "Summary description for {CMS_WIDGET}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_WIDGET
feature -- Conversion
append_to_html (a_theme: CMS_THEME; a_html: STRING_8)
deferred
end
end