Help for this page

Select Code to Download


  1. or download this
    // initialize quicktips
    Ext.QuickTips.init();
    ...
            }
        }
    }
    
  2. or download this
    // find the textare of the current page and add a a link to show the h
    +tml editor dialog
    var ta = find_my_ta();
    ...
        
        return false;
    };