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
›
Forge Discussions
[Silk UI Web] Radio button and Menu
Community
›
Forums
›
Forge Discussions
[Silk UI Web] Radio button and Menu
New Post
New Post
Forge Component
Silk UI Web
(61)
Published on 28 Mar (4 weeks ago) by OutSystems R&D
61 votes
Published on 28 Mar (4 weeks ago) by OutSystems R&D
Shweta Kalghatgi
Posted on 2015-11-20
Shweta Kalghatgi
Rank: #5850
Posted on 2015-11-20
Team,
Depending on the database value ,on load of the page I had to disable and make the radio button selected.
But because of the radio button styling it was not displaying as selected, it was only disabled.(This issue occured in chrome.),in IE it is fine.
I had to override the style of the radio button to make it selected when disabled. After overriding the style issue in chrome is solved
# 1: But if I print the page , the selected radio button is printed as unselected.
I did a work around by using
@media print and giving the radius and border to the inner small circle of the radio button, which could Not solve the issue.
#2: Is it Not possible to change the width of the menu ( left side menu) in DublinBase\Layout_Dublin? Because the length of the text of the MenuItems is less, so half of the Menu is left blank(not used).
Could you please suggest Me on this ?
Regards,
Shweta
José Rosário
Posted on 2015-11-20
José Rosário
Rank: #517
Posted on 2015-11-20
Solution
Hello Shweta,
After looking at your reports our suggestion are:
#1 - Google Chrome, when printing pages, remove the backgrounds.
Use the following code to fix the Radio Buttons while printing.
@media print
{
input[type="radio"]:after
{
-webkit-print-color-adjust
:exact;
}
}
#2 - The only way to change the width of the Menu is to override the Menu styles:
Also you need to align the main content accordingly with the menu size:
Best Regards,
José Rosário
Solution
Shweta Kalghatgi
Posted on 2015-11-23
Shweta Kalghatgi
Rank: #5850
Posted on 2015-11-23
Solution
Hi Jose,
Thank you for the suggestion.
Regards,
Shweta
Jose Rosario
wrote:
Hello Shweta,
After looking at your reports our suggestion are:
#1 - Google Chrome, when printing pages, remove the backgrounds.
Use the following code to fix the Radio Buttons while printing.
@media print
{
input[type="radio"]:after
{
-webkit-print-color-adjust
:exact;
}
}
#2 - The only way to change the width of the Menu is to override the Menu styles:
Also you need to align the main content accordingly with the menu size:
Best Regards,
José Rosário
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...