View Single Post
  #5 (permalink)  
Old 06-19-2006, 05:39 PM
Kenji Kenji is offline
Intermediate Member
 
Posts: 17
Default

This is my source based on com_zimbra_sforce.

/// Called by the Zimbra framework when the SForce panel item was clicked
Com_Zimbra_Osc.prototype.singleClicked = function() {
alert('singleClicked start');

//I want to display "display japanese:テスト"
alert('display japanese:テスト');

if(!this.sessionID) {
alert('login');
this.login();
}
else {
alert('get Meeting');
this.get_meeting();
}

alert('singleClicked end');
}
Attached Images
File Type: jpg broken_character.JPG (46.4 KB, 180 views)
Reply With Quote