Skip to main content

Questions tagged [styleclass]

-1 votes
2 answers
2k views

I'm trying to implement a css property from the style class of the Aura component based on the value of Aura attribute along with certain other slds class as well, which will be static. Below are the ...
Vasu Gupta's user avatar
0 votes
1 answer
2k views

I'm using lightning-button-group in my LWC component however, by default it displays the grouped buttons horizontally - in one row. How would I change it to display vertically? Thanks.
newbiedev's user avatar
1 vote
2 answers
8k views

I have created a datatable in LWC as below: HTML: <div class = "slds-m-around_medium"> <lightning-datatable key-field="Id" data={accountList} columns={columnList} hide-...
Akshay_SFDC's user avatar
1 vote
0 answers
96 views

I am using the Standard field Email of the Standard object Contact in a VFP. In Salesforce when I enter an invalid email address, I get the error message like this However When I enter an invalid ...
GroundToCloud's user avatar
2 votes
1 answer
4k views

I want to hide a page header from an appHomeTemplate I have looked at several similar questions but none of them give an answer. I have used .THIS.slds-page-header { display: none; } in my page ...
Thomas's user avatar
  • 2,320
0 votes
0 answers
381 views

I am using a third party lightning component in 'lightning Flow' to display dynamic questions. Some checkboxes are getting displayed via that lightning component but their width is set to 100%. I ...
Student's user avatar
  • 565
0 votes
1 answer
723 views

Please help me to style custom picklist in bootstrap theme. So I have a controller with code: public List<selectOption> getSettings() { List<SelectOption> options = new List<...
Viktor's user avatar
  • 360
0 votes
1 answer
241 views

I am looking to display labels based on the condition for that I am trying to use Outputpanel. But, If I use Outputpanel "li" tag styles are changing and Underline is coming on labels when we put ...
Ravindar D's user avatar
0 votes
1 answer
4k views

I want to add custom styling to text area height, border, color etc This is Component <lightning:textarea name="notes" value="" class="topText" label="Notes" maxlength="300" /> This is css ...
SFDC shaikh's user avatar
0 votes
3 answers
5k views

I am trying to put some styling to my table with a border-radius in my visualforce page but when rendered to pdf I dont see the rounded corners. Is this not possible with render to PDF and if not are ...
Jenssen's user avatar
  • 31
0 votes
2 answers
964 views

I have a external CSS stored in static resource. I am referencing style class from that CSS in many places( lightning components and visual force pages). After winter 18 update,few of my styles ...
Bhuvnisha's user avatar
0 votes
0 answers
17 views

I ran into an issue where a VisualForce page containing custom style classes (in the head tag), and which displays fine in Classic, gets the custom classes supressed in Lightning. If raw styles are ...
Ordos's user avatar
  • 31
6 votes
2 answers
18k views

As in doc it should be possible to set style classes for #[Lightning] components using a Ternary operator. <div class="{!v.IsTest ? '' : 'slds-hide'}">test</div> But it seems when I do ...
Pasan Eeriyagama's user avatar
2 votes
1 answer
172 views

I have a requirement to shift an apex command button to middle or center position. I can get the feeling that if I can achieve float: center then it would be my desired location for the command button,...
Testing_SFDC's user avatar
  • 2,968
0 votes
0 answers
257 views

I am creating a visualforce page using lightning design system style classes.The issue which I am facing is that I am using styleClass attribute in my two picklists shown using These picklists are ...
Shobhit Saxena's user avatar

15 30 50 per page