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

Recent Entries

  • Jong tegen Oud
    As tradition would have it, the end of the golfing season marks the yearly Jong Tegen Oud Matchplay Tournament. This is a long awaited ... >>
  • Just call me Fred
    Second place bruto men with a 77 from the back tees, and they still insist on calling me Fred. ... >>
  • Not bad for an old man
    It was raining pretty hard in the morning, and with a bogie on the first three holes, I wasn't feeling that confident. Despite the ... >>
  • Foggy morning
    Where's the %$#@&%$! hole?! ... >>
  • I almost died
    "I almost died but was reborn. The only thing that I've learned is that life is about suffering. There's no escaping from it. That's ... >>