Titles
Each page, modal pop-up, or widget must contain a title to structure the page. It is important to help users quickly identify where they are, and to introduce the subject of the page.
Titles with actions
Each h1 title of a page can be displayed with a set of actions or links on the same line. There are three ways to display actions on the same line as the main title.
Page title with Back link
The h1 title and the .action_bar .directoryBack action class are included in a .globalActionBar div class. A .clear div class is used is used before closing the .globalActionBar div class to stop the floating behavior of blocks.
For now, here is how Studio is generating the actions: in a div without class, the h1 is included in a .titleBlock form class. Then, a .globalActions div class contains another .globalActions div class, which contains a .contextActions div class. In the .contextActions div class, each action is a .widgetPanel .actionsWidgetPanel div class, and the dropdown menu is a .actionList ul class. A .clear div class is used after the form closing tag to stop the floating behavior of blocks.