74
Views
3
Comments
Solved
How to add a text next to a "Content"
Question

I want to appear in the right side a small editable text to save the respective bathhouse, for each team

something like this:

2021-06-02 20-50-04
Márcio Carvalho
Solution

Do you really need to create a block? If you list everything like this as I said in the comment above you will not need to create a block just to show and put an input.

ps: just asking, because I don't see yet a motive to create a block, yet. I know that in some cases this is needed but in this case, everything will be listed, and everything from the same table(by your example), if is from the same table, when you list you are going to give the name field to the left expression and the content field for the right side. But it is a good approach too :)

Regards,

Márcio

BlockSample.oml
2021-06-02 20-50-04
Márcio Carvalho

Why dont you use a list and inside the list the two columns?

one column to put the team, and another to put the text box?

Or you can use the Master-Detail, but that way you will not be able to see all the text boxes just if you click on one item in the master-detail

https://www.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=210

Regards,

Márcio

2019-07-01 07-16-04
Vinod Patidar

Hi Francisco,

Using Block you can achieve your requirements. I have created a sample. Please find the attached oml.

https://personal-itafqtdv.outsystemscloud.com/BlockSample/Home

Thanks

Vinod


BlockSample.oml
2021-06-02 20-50-04
Márcio Carvalho
Solution

Do you really need to create a block? If you list everything like this as I said in the comment above you will not need to create a block just to show and put an input.

ps: just asking, because I don't see yet a motive to create a block, yet. I know that in some cases this is needed but in this case, everything will be listed, and everything from the same table(by your example), if is from the same table, when you list you are going to give the name field to the left expression and the content field for the right side. But it is a good approach too :)

Regards,

Márcio

BlockSample.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.