This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
admin_panels [2022/11/21 11:45] yves |
admin_panels [2023/02/27 19:21] (current) yves |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| A panel stack is a group of panels organized in tabbed view each tab contains single panel and at one time only single tab can be visible in panel stack. | A panel stack is a group of panels organized in tabbed view each tab contains single panel and at one time only single tab can be visible in panel stack. | ||
| - | {{:panels-layout.png?direct&400|}} | + | '''' |
| + | <Layout hasHeaders="true" | ||
| + | reorderEnabled="true" | ||
| + | selectionEnabled="false" | ||
| + | showPopoutIcon="false" | ||
| + | showMaximiseIcon="true" | ||
| + | showCloseIcon="true"> | ||
| + | <Item type="row"> | ||
| + | <Item type="column" width="85"> | ||
| + | <Component name="Viewer" | ||
| + | label="Viewer"/> | ||
| + | </Item> | ||
| + | <Item type="column" width="15"> | ||
| + | <Component name="ServerNavigation" label="Slide browser"/> | ||
| + | </Item> | ||
| + | </Item> | ||
| + | </Layout> | ||
| + | '''' | ||
| ==== Changing panel configuration layout via the ribbon ==== | ==== Changing panel configuration layout via the ribbon ==== | ||
| Line 16: | Line 32: | ||
| '''' | '''' | ||
| - | <Tab label="Apsam" hint="apsam" name="tab-apsam" enabled="true" visible="true"> | + | <Tab label="ACME analysis" hint="analysis" name="tab-acme-anal" enabled="true" visible="true"> |
| - | <Ribbon label="Apsam" width="10%"> | + | <Ribbon label="ACME" width="10%"> |
| - | <Tool type="buttons" size="large"> | + | <Tool type="buttons" size="large"> |
| - | <Command name="custom-panel-algo-ichi" | + | <Command name="custom-panel-algo-ichi" |
| hint="Algo Ichi" | hint="Algo Ichi" | ||
| - | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo1.php,Algo Ichi" | + | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo1.php" |
| icon="an_tumor.png" | icon="an_tumor.png" | ||
| - | /> | + | /> |
| - | <Command name="custom-panel-algo-n" | + | <Command name="custom-panel-algo-n" |
| hint="Algo N" | hint="Algo N" | ||
| - | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo2.php,Algo N" | + | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo2.php" |
| icon="an_macro.png"/> | icon="an_macro.png"/> | ||
| - | </Tool> | + | </Tool> |
| - | </Ribbon> | + | </Ribbon> |
| - | <Ribbon label=""> | + | </Tab> |
| - | <Tool type="buttons" size="large"> | + | |
| - | <Command hint="" | + | |
| - | name="" | + | |
| - | icon=""/> | + | |
| - | </Tool> | + | |
| - | </Ribbon> | + | |
| - | </Tab> | + | |
| '''' | '''' | ||
| + | |||
| + | ==== See also ==== | ||
| + | |||
| + | [[https://realdata.pathomation.com/custom-panels-and-functionality-in-pma-studio/|Custom panels and functionality in PMA.studio]] blog article. | ||