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 2564 entries and as many as 1877 comments.

Recent Entries

  • The B52s
    I first saw the band on Saturday Night Live more than forty-six years ago. It has been a long wait, but finally after all ... >>
  • Champions
    From left to right: Ed, Dylan, Reinier, Kiffin, Bert and Paul (Ab not present). ... >>
  • Gishtech is five years old
    ... >>
  • Lesson not learned
    Once when I was in grade school, the class was presented with a surprise pop quiz. The first one who finished would win some ... >>
  • Good old days
    The American Discount Book Center on the Kalverstraat in the 1980s. There I am standing exactly in the center of the group surrounded by ... >>