cf_window Major Changes
Tuesday January 8, 2008 11:58 PM
Word Count: 345
<cfimport prefix="ext" taglib="cfext">
<html>
<head>
<title>cf_window / Basic Window Example</title>
<ext:include widget="cfwindow"/>
</head>
<body>
<ext:window title="A Basic Window" width="300" height="200">
I am <strong>html</strong>
</ext:window>
</body>
</html>
Here is the real gem in my mind though. I spent all night working on examples to show you what you can do with Ext and how easily you can do it with this custom tag. Head over to the demo link below and read through the examples. After I get some more feedback and work out a few bugs the next step is to slim down all of the includes and have some thoughts on how to do that. Let me know what you think!
http://www.danvega.org/examples/cfwindow/
<html>
<head>
<title>cf_window / Basic Window Example</title>
<ext:include widget="cfwindow"/>
</head>
<body>
<ext:window title="A Basic Window" width="300" height="200">
I am <strong>html</strong>
</ext:window>
</body>
</html>
