Telegram_2023-09-17T16

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2023 > 09 > 17 >

Telegram_2023-09-17T16

Telegram link

 

2023-09-17T16:01:14

 

when IWTemplateProcessorHTML1 , enable property set to false, it work.

 

but I want to use template

 


 

Telegram link

 

2023-09-17T16:02:05

 

the template shouldn't affect anything unless there is a conflicting style

 


 

Telegram link

 

2023-09-17T16:08:05

 

Web application programming is different from VCL. I need to know more about css and html and apparently I'm still at the beginning. With the help I found that by disabling htmlproccessor this line is added:

 

.ui-tabs .ui-tabs-nav li{float: right; direction: rtl;}

 

Therefore, I added this line to the style section and the problem was solved.

 

Anyway, thank you very much

 


 

Telegram link

 

2023-09-17T16:12:48

 

Yes it is different. RTL UI also creates a few issues because some UI elements don't support it natively

 


 

Telegram link

 

2023-09-17T16:30:11

 

I tested a template with TabAlignment = taRightJustify and it worked correctly. Probably your TemplateProcessor has RenderStyles = false. In that case, yes, the styles are not rendered and you need to add them yourself in the template style sheet

 


 

Telegram link

 

2023-09-17T16:35:09

 

so no way to control render order ?

 

really, i have a panel/div contains buttons, i want to use a flex display with relative position for buttons inside div, the position of buttons will depend on there creation/render order

 


 

Telegram link

 

2023-09-17T16:38:26

 

change the position of the elements in the form source code

 


 

Telegram link

 

2023-09-17T16:39:32

 

Now it will be rendered second