|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 06 > 18 > Telegram_2020-06-18T08 |
2020-06-18T08:00:03
So you can set the tag to \label\ (if not, you will end up with a \div\)
2020-06-18T08:00:18
Ok thanks
2020-06-18T08:24:51
Have you tried on your side? I have but not getting it right
2020-06-18T08:25:17
I don't have time to try it myself right now, but I will later today
2020-06-18T08:25:38
Ok
2020-06-18T08:26:19
Is there a specific part that is not working?
2020-06-18T08:26:38
When you View Page Source — which element does not match the pattern you are trying to achieve?
2020-06-18T08:28:40
Start simple — get the div working with the correct Css
2020-06-18T08:28:53
I have tried with RadioGroup Label and placed form-check-inline in css
2020-06-18T08:29:04
Then run your app — View Page Source — and verify that it matches the pattern
2020-06-18T08:29:14
Ok
2020-06-18T08:29:35
Can you paste here the small section from View Page Source?
2020-06-18T08:29:40
It would help me to see what's wrong
2020-06-18T08:29:51
Ok
2020-06-18T08:36:06
RadioGroup
2020-06-18T08:36:46
it's better if you extract just the portion you want, format it a little, and then put the text here
2020-06-18T08:37:00
Ok
2020-06-18T08:37:32
So I think I see the relevant part
2020-06-18T08:37:49
Ok
2020-06-18T08:38:31
There is an error in the div. If you look above, I pasted what it should look like. And the top level div should have a class of \form-check-inline\. And in your example you have \radio\
2020-06-18T08:38:40
So let's start with fixing that
2020-06-18T08:40:37
You mean div class=Radio ?
2020-06-18T08:41:03
Yes, I assume that that is the place where you are trying to create inline radio options
2020-06-18T08:41:18
Yes Loren
2020-06-18T08:41:47
So in your Delphi code you probably have \radio\ in the Css property
2020-06-18T08:42:01
Change it to \form-check-inline\ (without the double quotes)
2020-06-18T08:42:54
No I have just placed BS4RadioGroup; it’s css is empty
2020-06-18T08:43:30
Well — I wrote above that it won't work
2020-06-18T08:43:53
This is the first step
2020-06-18T08:44:36
Later I can do some work to finish that component — but for now it appears to be completely unusable, especially if you want inline radio buttons
2020-06-18T08:44:54
Ok