Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
Happy to help. It is pretty cumbersome at the beginning digging into all of that in a way which I have presented, but it would be very rewarding I assure you. ;) Good Luck! pon., 25 maj 2020 o 16:46 Nicolas Aguttes napisał(a): > Hello Piotr, > > Thanks very much for your answer. I think I have

Re: Form presentation

2020-05-25 Thread Nicolas Aguttes
Hello Piotr, Thanks very much for your answer. I think I have understood what you mean. I need to dig a little deeper to see what you are doing differently in the tour de jewel demo compare to my form to have the same presentation (labels in one "column" right aligned, and inputs in another

Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
I forgot to mention that I'm looking first into generated HTML in Chrome dev tools to understand what css classes are assigned to [1] [1] https://ibb.co/2hcqpfX pon., 25 maj 2020 o 09:02 Piotr Zarzycki napisał(a): > Hello Nicolas, > > Usually if cannot see something in the code there are two

Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
Hello Nicolas, Usually if cannot see something in the code there are two options: 1. Something has been done in css file - in case of Jewel it is here [1]. Even if there is no class assigned (explicitly) in code sometimes it may have been situation that someone wanted to have same behavior in

Form presentation

2020-05-25 Thread Nicolas Aguttes
Hello all, Sorry if this is a dumb question, but looking at the tour de jewel, I was wondering how do you achieve the right align for the labels and the left align for input in the form validation ( https://royale.apache.org/tourdejewel/#!form_validation_panel). I looked at the source code and