(function($) {
      
 
  // Define the hello button
  $.cleditor.buttons.hello = {
    name: "hello",
    image: "hello.gif",
    title: "insert image",
    command: "",
    popupName: "hello",
    popupClass: "",
    popupContent: "",
    buttonClick: helloClick
  };
      
 
 
      
 
  // Handle the hello button click event
  function helloClick(e, data) {
	     var editor = data.editor;
      showHint('HTMLContent','Init','UploadMain.php','CSearch')
 //editor.execCommand("bold", null, true, data.button);

    // Wire up the submit button click event
   
      
 
  }
  
  $.cleditor.defaultOptions.controls=$.cleditor.defaultOptions.controls.replace("rule ","rule hello ")
      
 
})(jQuery);
