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:49] yves [Changing panel configuration layout via the ribbon] |
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 20: | Line 36: | ||
| <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://yourserver/algo/algo1.php,Algo Ichi" | + | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo1.php" |
| - | icon="an_acme1.png"/> | + | icon="an_tumor.png" |
| - | <Command name="custom-panel-algo-ni" | + | /> |
| - | hint="Algo N" | + | <Command name="custom-panel-algo-n" |
| - | props="https://yourserver/algo2.php,Algo Ni" | + | hint="Algo N" |
| - | icon="an_acme2.png"/> | + | props="https://mumbai.pathomation.com/sandbox_4143_Apsam/algo/algo2.php" |
| + | icon="an_macro.png"/> | ||
| </Tool> | </Tool> | ||
| </Ribbon> | </Ribbon> | ||
| </Tab> | </Tab> | ||
| '''' | '''' | ||
| + | |||
| + | ==== See also ==== | ||
| + | |||
| + | [[https://realdata.pathomation.com/custom-panels-and-functionality-in-pma-studio/|Custom panels and functionality in PMA.studio]] blog article. | ||