Hello everyone again,
I have another request for help here, if you guys can lend a hand....
Basically I have a button that connects between two views 'Receipts' and 'Subcontrating Delivery', what I want, and I have not yet figured out how, is that when I am inside the 'Receipts' view the name that appears on the button is for example "OUTsub" and when I am in the 'Subcontrating Delivery' view it appears "IN", just an example...
How do I create this condition in the xml, can anyone give me a hand?
This is my XML with the necessary settings
Thanks
Se marcó esta pregunta
1
Responder
2659
Vistas
Hi
Try the code below,
<button name='<action_name' string="OUTsub" attrs="{'
<button name='<action_name' string="IN" attrs="{'
Hope it helps
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
1
jul 23
|
3472 | ||
|
|
1
jun 23
|
2751 | ||
|
color for button based on state
Resuelto
|
|
1
jun 23
|
4078 | |
|
|
2
ago 23
|
2951 | ||
|
|
1
jun 23
|
3146 |
Thank you very much for your help! :)