HTML5 Data Bindings Extended Repeater Support Product Page
Answered
repeater horizontal region
Asked 09 Feb 2017 13:31:48
1
has this question
09 Feb 2017 13:31:48 Jean Pierre Valls posted:
HelloIs it possible to get a horizontal repeating region on a line?
I have not found an example in the various tutorials on your site.
Do you have an example s.v.p.
Have a good day
cordially
Jean Pierre
Replies
Replied 09 Feb 2017 13:49:47
09 Feb 2017 13:49:47 Teodor Kuduschiev replied:
Hello Jean Pierre,
We do not apply any styles to the repeat regions. It depends on what element are you repeating (<div> / <a> / etc..).
If you repeat a block element it will be repeated vertically, as block elements cannot be on the same line ... this is basic CSS.
Just style the element you are repeating, so it is aligned on the same line. You can learn more about css display property here: www.w3schools.com/cssref/pr_class_display.asp
We do not apply any styles to the repeat regions. It depends on what element are you repeating (<div> / <a> / etc..).
If you repeat a block element it will be repeated vertically, as block elements cannot be on the same line ... this is basic CSS.
Just style the element you are repeating, so it is aligned on the same line. You can learn more about css display property here: www.w3schools.com/cssref/pr_class_display.asp