Author Topic: LiquidUI: Tip Command  (Read 2686 times)

chirag.amin@guixt.com

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 34
    • View Profile
LiquidUI: Tip Command
« on: February 16, 2016, 10:03:01 AM »
The tip command is used to add tips to native SAP elements. It has a very simple syntax, taking the screen element as the first input and the tip you want to display as the second.
 
LiquidUI Code

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Author: Synactive, Inc. [1065 E. Hillsdale Blvd, Foster City, CA, 94404, USA]
// Email: support@guixt.com; sales@guixt.com;
// Contact: 650.341.3310
// Version: 1.0.0.0
//////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Use the tip command to help user when entering a Division
tip("F[Division]","01,02, or 03 only");