Studio Developer Manual / Version 2107
Table Of Contents
First you have to configure the tab which should be displayed in the work area. This must be
an ext.Panel
or any extended one. CoreMedia recommends that you configure your tab as a
separate component in MXML. The rationale for this will be described below. In the example
there are two such components: BrowseTab.mxml
and CoreMediaTab.mxml
(where the latter one uses the first one). Both have a configuration parameter
url
which is the key to persisting tab state across sessions and website reloads
as explained below in Section 7.14.4, “Storing the State of a Work Area Tab”.