Hello DXL Developers, I'm new DXL. kovrigin_nv - Tue Apr 05 03:57:23 EDT 2016 |
Re: How i can change template, that create module with object with attribute heading and attribute text? If you read the help file -- only creating heading is discussed -- apparently no option given for making Object Text |
Re: How i can change template, that create module with object with attribute heading and attribute text? Hi, It is not very clear what you trying to do.
If you are talking about the templates when you are creating a new module, then those templates is a DXL code part of the code coming with DOORS. You can create such templates by modifying the already existing code. The only problem you need to distribute it.
All that you can see in DOORS as menus or forms is written in DXL and is part of your installation. This is your HOME folder part of the settings. If you are going to start changing the standard menus then you will need a way to control and distribute those changes. The easiest way is to change the HOME folder location to a network location.
Another way is to create template modules with all the attributes and object that you will like to have and use DXL code to copy this module wherever you want. This is a bit easier to maintain and requires less effort than writing the code to create a module.
Kind regards,
Costas |