ExtJS

Here are some fun and interesting things I've been doing with the Sencha ExtJS JavaScript framework.

HTML Editor (Ext.form.HtmlEditor)

html_editor.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css" />
    <script type="text/javascript" src="extjs/ext-all.js"></script>
    <script type='text/javascript' src="html_editor.js"></script>
</head>
    <body></body>
</html>

html_editor.js

Ext.onReady(function() {
    Ext.tip.QuickTipManager.init();
    Ext.create('Ext.form.HtmlEditor', {
        width: 500,
        height: 250,
        renderTo: Ext.getBody()
    }).show();
});

Information

This personal weblog was started way back on July 21, 2001 which means that it is 7-21-2001 old.

So far this blog contains no less than 2518 entries and as many as 1877 comments.

Recent Entries

  • Like any other primitive would
    I met a man from Mars He picked up all my guitars And played me traveling songs And when we got on ship He ... >>
  • Stanford
    Can you find me? ... >>
  • Kiff
    ... >>
  • Tegen par
    Second place Club Championship is not all that bad for a senior golfer I guess. A shame that the first round wasn't that great. ... >>
  • Log cabin
    This is a picture of my father sitting in front of a small cabin hut that he built himself using the ax he is ... >>