PanelAction

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Represent the action you can perform with a web panel.

typedef enum PanelAction{
	ACTION_NAVIGATE		= 0,
	ACTION_NAVIGATE2	= 1,
	ACTION_REFRESH		= 2,
	ACTION_STOP		= 3,
	ACTION_BACK		= 4,
	ACTION_FORWARD		= 5,
	ACTION_HOME		= 6,
	ACTION_REMOVE		= 7,
	ACTION_SHOW		= 8,
	ACTION_SET_HOME		= 9,
	ACTION_CLOSE		= 10
} PanelAction;
Members
ACTION_NAVIGATE
Navigate to an Internet website.
ACTION_NAVIGATE2
Navigate to an Internet website or local resource.
ACTION_REFRESH
Refresh current webpage.
ACTION_STOP
Stop navigating.
ACTION_BACK
Go back.
ACTION_FORWARD
Go forward.
ACTION_HOME
Return home.
ACTION_REMOVE
Remove panel permanently.
ACTION_SHOW
Show panel and bring it to the top.
ACTION_SET_HOME
Set new panel’s homepage.
ACTION_CLOSE
Close panel, but do not remove it.
Personal tools