Platform
Learn
Community
Support
Partner Center
Sign up
or
Log in
logout
Account Settings
Profile
messages
Messages
logout
Logout
Platform
Home
Downloads
IPP
Licensing
Project Sizing
Learn
Training
Documentation
Evaluation Guide
What's New
Community
Home
Forums
Forge
Ideas
Members
Support
Partner Guide
Resources Library
Opportunities
Account Management
Sign up
or
Log in
Home
Forums
Forge
Ideas
Members
Dear ,
What would improve your OutSystems Community experience? Let us know by taking this 2-minute survey.
Pick up the survey
Community
›
Forums
›
Technology & Integration
how to horizontally align table rows
Community
›
Forums
›
Technology & Integration
how to horizontally align table rows
New Post
New Post
Cathy Wei
Posted on 2015-08-28
Cathy Wei
Rank: #2948
Posted on 2015-08-28
I have an icon table( 1 column), I want to show all the icon horizontally. Anyone knows how to do it?
Thanks,
-Cathy
J.
mvp_badge
mvp_label
Posted on 2015-08-28
J.
mvp_badge
mvp_label
Rank: #7
Posted on 2015-08-28
Solution
Use listrecords with bullets (aka unordered list).
then you get a vertical list at first, but you alter that easily with css..
you end up with a css something like:
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li { display: inline; }
Solution
Cathy Wei
Posted on 2015-08-28
Cathy Wei
Rank: #2948
Posted on 2015-08-28
Solution
How to list record with bullets? Is bullet a widget? or it is an option of a table?
Sorry, I am new to outsystem :)
Thanks
Solution
J.
mvp_badge
mvp_label
Posted on 2015-08-28
J.
mvp_badge
mvp_label
Rank: #7
Posted on 2015-08-28
Solution
It's the ListRecords actgion from the toolbox.
Then a property how to diviide, by default it's newline, but you should set it to Bullets.
Then you are off.
Solution
Quick Reply
attachment
Choose File
No file chosen
Submit
Login to reply
New Post
Available Forums
Technology & Integration
News and Announcements
Forge Discussions
Meta
Community Quick Guides
Usability
Installation Troubleshooting
Personal Environment Troubleshooting
Forum Notifications
Email Digest Settings
Loading...