- Parameter(s):
- $col_name: Name of column name for the tooltip
- $tooltip_text: Tool tip text
- $symbol: Tooltip symbol. Default to (?) with CSS class name “tooltip_sym”
- Description:
- Display tool tip for a specified column in modal form. The default tooltip CSS class name is “tooltip_sym”.
- Example:
1 | $dg -> add_form_tooltip('email', 'Got mail?'); |