Skip to Content
Menú
This question has been flagged
3542 Vistes

Hello,

I got a kanban view that I managed to get thanks to this xpath code:

<xpath expr="//field[@name='name']" position="after">
<xpath expr="//field[@name='code']" position="move"/>
</xpath>


<xpath expr="//field[@name='code']" position="attributes">
<attribute name="class">pull-right</attribute>
</xpath>

My issue, is that I would like this my field "code" pulled right.
But I can manage to add class="pull-right" to the <span> field .
My xpath attributes part does not work :/

Any idea?

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 19
6202
1
d’oct. 16
6416
1
de febr. 25
2420
3
de des. 24
1967
2
de març 24
2223