Translations - ONYX - Utilisation - Personnalisation de l'interface Designer/15/en
Différence entre versions
De MappingDoc
(Page créée avec « In the following example, the '''generate project''' button, the '''Insert''' pannel and the '''format''' category will not be displayed in the Designer interface. <?xml... ») |
|||
| Ligne 1 : | Ligne 1 : | ||
| − | In the following example, the '''generate project''' button, the '''Insert''' | + | In the following example, the '''generate project''' button, the '''Insert''' panel and the '''format''' category will not be displayed in the Designer interface. |
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
Version actuelle datée du 19 mai 2020 à 08:14
In the following example, the generate project button, the Insert panel and the format category will not be displayed in the Designer interface.
<?xml version="1.0" encoding="utf-8"?>
<style>
<ui>
<menu category="home" panel="generate" id="generate_btn" status="off"/>
<menu category="format" status="off"/>
<menu category="shape" panel="insert" status="off"/>
</ui>
</style>