Advertisement
patrickc

Untitled

Jan 25th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.linkMenuItems.push({
  2.             label: 'Share',
  3.             items: [
  4.             {label: $L('Copy Link URL'), command:'cmdCopyLinkUrl'},
  5.             {label: $L('Add to Paper Mache'), command:'cmdAddLinkInstaPaper'},
  6.             {label: $L('Add to ReadOnTouch PRO'), command:'cmdAddLinkReadOnTouchPro'},
  7.             {label: $L('Email Link'), command: 'cmdEmailLink'},
  8.             {label: $L('SMS Link'), command: 'cmdSmsLink'}
  9.         ]});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement