caro
May 15, 2018, 8:21am
1
Hello!
I use the dataset in which there is some text (restaurant menu) in one cell.
I would like to make a carriage return after each dish.
But I tried to put < br/ >, < span >, \n, “\n” in the dataset text, and nothing do what I want.
How can I do??
Thank you.
Peter
May 15, 2018, 10:46am
2
Are you using dataSet view or Ticker to display the data form dataSet?
In Ticker widget you could simply set the effect of your choice and see if that will look as you want.
caro
May 15, 2018, 12:02pm
3
I use dataSet view.
So, I tried with a ticker, but the ticker doesn’t work, no data is displayed.
Peter
May 15, 2018, 12:06pm
4
Which CMS version are you using?
Have you set correct column names and Ids from on the Appearance (you can double click them from the Available Substitutions).
Did you set any filter? If not then it should show all (by default) one by one (by default with effect) rows from your dataSet with the data selected on the Appearance tab.
caro
May 15, 2018, 12:19pm
5
I have CMS version 1.8.7, but I will update suddenly.
Now, it’s work with Ticker. I don’t know before it doesn’t.
On the other hand, I can’t put on severals lines some text which is in one dataset’s cell, isn’t it?
But so, with DataSet View it isn’t possible??
And to center the text in the region neither?
caro
May 15, 2018, 12:26pm
6
Another question, can we center the text vertically??
Peter
May 15, 2018, 12:47pm
7
Ticker will show data from the select column row by row in lines - or x rows per page depending on the widget settings.
Text formatting, in Ticker you have the usual CKE Editor, in dataSet view you’d need to use CSS.
caro
May 15, 2018, 4:56pm
8
Thank you!
With a combo between the usual CKE Editor and CSS with the ticker, I arrived to make what I wanted.