|
FYI The cfxhtmlbeans
project basic parts are a ColdFusion code generator and a xHTML schema parser. For each xHTML
elemement(html tag) within the schema the generator creates a CFC with the name
of the element.
eg. table.cfc for the element table. This allows seperation of business logic
and display logic within the
farcry templates. eg. generate an instance of the html object and place a head
instance inside(you can do
this within header.cfm) and a meta instance inside the the head, and so on. At footer.cfm you
can still manipulate the head section and then call the render method of the
html object to output fine
html code. The predefined string object allows you to add non object based flat
html code to your object
instances. http://cfopen.org/projects/cfxhtmlbeans/ Some things still
missing because it’s alpha: I am not sure about the object architecture.
eg. Handling object instances
internaly. This still needs discussion. I plan to add _javascript_ like DOM
functions. Please spread the
word to other mailing lists. Any comments?
[EMAIL PROTECTED] You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
