Difference between revisions of "Canvas development"
Jump to navigation
Jump to search
(Created page with "{{TemplateDocDevEn}} = Replace a create form with your own canvas page = {{ToComplete}}") |
|||
Line 1: | Line 1: | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
+ | Canvas is a developer feature to replace screens to create, update or view a card (products, thirdparties, contacts, ...). For example, you can replace the input form to create a new third party, or to edit it, or replace the card used to view it. | ||
+ | = Conditions = | ||
+ | Canvas feature is available with Dolibarr 3.2 or higher. | ||
+ | It is for the moment available only for : | ||
+ | * create form of products, contacts and third parties | ||
+ | * edit form of products, contracts and third parties | ||
+ | * view tab of products, contracts and third parties. In most cases, it's only the first tab when you open the card of an object. But you can have a look at the documentation about creating a new module to how how to disable other tabs or add others if you want to chang other tabs too. | ||
= Replace a create form with your own canvas page = | = Replace a create form with your own canvas page = | ||
{{ToComplete}} | {{ToComplete}} |
Revision as of 13:48, 13 September 2011
Canvas is a developer feature to replace screens to create, update or view a card (products, thirdparties, contacts, ...). For example, you can replace the input form to create a new third party, or to edit it, or replace the card used to view it.
Conditions
Canvas feature is available with Dolibarr 3.2 or higher.
It is for the moment available only for :
- create form of products, contacts and third parties
- edit form of products, contracts and third parties
- view tab of products, contracts and third parties. In most cases, it's only the first tab when you open the card of an object. But you can have a look at the documentation about creating a new module to how how to disable other tabs or add others if you want to chang other tabs too.