Hello,
Are you refering to the /itop_design/classes/class/presentation XML node ?
Can you attach your XML customization, and show a screenshot ? And ideally a sketch of what you want to achieve ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
There are no way to align fieldset for now in the XML... I can't imagine a rule that could apply to all iTop objects ?
But you could still inject some CSS in certain objects ? You could implement \AbstractPageUIBlockExtension for example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Marco Musolesi
m.musolesi@elogic.it
Head of Cloud Services
Cloud Services
eLogic s.r.l. - Società del Gruppo Maggioli
Via Paolo Nanni Costa, 30
40133 - Bologna
0513145611
elogic.cloud
The information contained in this e-mail and any attachments are confidential. The contents may not be copied or used by anyone other than the addressee and must not be further disclosed without our permission. If you have received this e-mail by mistake, please notify the sender immediately and delete this e-mail and any attachments.
Da: discussion@itop.p.re.sourceforge.net discussion@itop.p.re.sourceforge.net per conto di Pierre Goiffon pgoiffon@users.sourceforge.net
Inviato: Tuesday, July 19, 2022 9:52:12 AM
A: [itop:discussion]customizing-itop@discussion.itop.p.re.sourceforge.net
Oggetto: [itop:discussion] Info about presentation column
Hello,
There are no way to align fieldset for now in the XML... I can't imagine a rule that could apply to all iTop objects ?
But you could still inject some CSS in certain objects ? You could implement \AbstractPageUIBlockExtension for example.
Hi
I need some more information about column and presentation
I found a way to create 2 column, but row are not aligned so cell with different number of elements cause a bad presentation
how can I force too keep cells aligned in row?
kind Regards
Last edit: Marco Musolesi 2022-06-20
Hello,
Are you refering to the
/itop_design/classes/class/presentation
XML node ?Can you attach your XML customization, and show a screenshot ? And ideally a sketch of what you want to achieve ?
Hi Pier and thanks to have replied me
this is a screenshot to try to explain my issue and below presentation xml
https://1drv.ms/u/s!ArO4lFUbGfGKgYkoFlQB_-W1BnGgmA?e=qpWVJu
basically the problem is caused by a different number of items
I did not find any way to align sections. Trying add an empty item could solve but I do not know how to do it
any idea?
<presentation>
</presentation>
<items>
<item id="user-content-col:col1">
<rank>10</rank>
<items>
<item id="user-content-fieldset:virtualdatacenter:generalinfo">
<rank>10</rank>
<items>
<item id="user-content-name">
<rank>10</rank>
</item>
<item id="user-content-org_id">
<rank>20</rank>
</item>
<item id="user-content-status">
<rank>25</rank>
</item>
<item id="user-content-farm_id">
<rank>28</rank>
</item>
<item id="user-content-business_criticity">
<rank>30</rank>
</item>
<item id="user-content-move2production">
<rank>40</rank>
</item>
<item id="user-content-description">
<rank>50</rank>
</item>
</items>
</item>
</items>
</item>
<item id="user-content-col:col2">
<rank>20</rank>
<items>
<item id="user-content-fieldset:virtualdatacenter:configuration">
<rank>10</rank>
<items>
<item id="user-content-vdc_cpu">
<rank>10</rank>
</item>
<item id="user-content-vdc_cpu_speed">
<rank>20</rank>
</item>
<item id="user-content-vdc_ram">
<rank>30</rank>
</item>
<item id="user-content-vdc_type">
<rank>40</rank>
</item>
</items>
</item>
</items>
</item>
<item id="user-content-contacts_list">
<rank>60</rank>
</item>
<item id="user-content-documents_list">
<rank>70</rank>
</item>
<item id="user-content-applicationsolution_list">
<rank>90</rank>
</item>
<item id="user-content-logicalvolumes_list">
<rank>95</rank>
</item>
<item id="user-content-virtualmachine_list">
<rank>110</rank>
</item>
<item id="user-content-providercontracts_list">
<rank>120</rank>
</item>
<item id="user-content-services_list">
<rank>130</rank>
</item>
</items>
<search>
<items>
<item id="user-content-name">
<rank>10</rank>
</item>
<item id="user-content-org_id">
<rank>20</rank>
</item>
<item id="user-content-business_criticity">
<rank>30</rank>
</item>
<item id="user-content-move2production">
<rank>40</rank>
</item>
</items>
</search>
<list>
<items>
<item id="user-content-org_id">
<rank>10</rank>
</item>
<item id="user-content-status">
<rank>20</rank>
</item>
<item id="user-content-business_criticity">
<rank>30</rank>
</item>
<item id="user-content-move2production">
<rank>40</rank>
</item>
</items>
</list>
Hello,
There are no way to align fieldset for now in the XML... I can't imagine a rule that could apply to all iTop objects ?
But you could still inject some CSS in certain objects ? You could implement \AbstractPageUIBlockExtension for example.
Hi Pierre
I see, may I can try with css
Thank you
Marco Musolesi
m.musolesi@elogic.it
Head of Cloud Services
Cloud Services
eLogic s.r.l. - Società del Gruppo Maggioli
Via Paolo Nanni Costa, 30
40133 - Bologna
0513145611
elogic.cloud
The information contained in this e-mail and any attachments are confidential. The contents may not be copied or used by anyone other than the addressee and must not be further disclosed without our permission. If you have received this e-mail by mistake, please notify the sender immediately and delete this e-mail and any attachments.
Da: discussion@itop.p.re.sourceforge.net discussion@itop.p.re.sourceforge.net per conto di Pierre Goiffon pgoiffon@users.sourceforge.net
Inviato: Tuesday, July 19, 2022 9:52:12 AM
A: [itop:discussion] customizing-itop@discussion.itop.p.re.sourceforge.net
Oggetto: [itop:discussion] Info about presentation column
Hello,
There are no way to align fieldset for now in the XML... I can't imagine a rule that could apply to all iTop objects ?
But you could still inject some CSS in certain objects ? You could implement \AbstractPageUIBlockExtension for example.
Info about presentation columnhttps://sourceforge.net/p/itop/discussion/customizing-itop/thread/6e48b91b04/?limit=25#7118
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/itop/discussion/customizing-itop/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/