Custom TextInput with Button

0
Hi, i dont find information for do a custtom FormInput like (DatePicker or FileManager) that contains Label-TextBox-Button in the same line. Can someone help or send me to releated documentation>
asked
3 answers
0

As Erwin remarked: clarification of your question would be nice.

Nevertheless a quick stab from me: are you seeing label being rendered above an input field and you want the label to be in front? You can change this using the form orientation setting: https://docs.mendix.com/refguide/data-view#general 

I hope this helps.

answered
0

Hi Michiel!,

Maybe i was not clear with my issue, i attach a picture of what i’m looking for:

I’ve got inputs like datepicker or dropdowns that have a button in the same line with some actions, when i want to do a custom one  like input and button, mendix do a jump line.

 

Thanks for the answer btw!

answered
0

To add the button on the same line as the field add a container widget with 2 columns and place the field in column 1 and the button in column 2.

Another option could be to change the positioning of the button with the help of ccs.

answered