• Rapax
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hello everyone,

I would like to have a text label under every step of the progress indicator in Salesforce Lightning.
I tried something like:
 
<lightning:progressIndicator currentStep="step2">
  <lightning:progressStep label="AAA" value="step1"/> 
    <div class="slds-p-top_xx-small">
      LABEL 1
    </div>	        	

  <lightning:progressStep label="BBB" value="step2"/>
    <div class="slds-p-top_xx-small">
      LABEL 3
    </div>

  <lightning:progressStep label="CCC" value="step3"/>
    <div class="slds-p-top_xx-small">
      LABEL 4
    </div>
		
</lightning:progressIndicator>
With this result:

Progress Indicator Error

I also tried to insert the steps inside a lightning:layout table, but in this way popovers up to the icons didn't work anymore...

Can you please help me?
Thank you very much
  • May 21, 2018
  • Like
  • 0
Hello guys,
I'm trying to develop my first visualforce page. I would like to have some text box and a button that, on the click with a method, take the text in the boxes and call an external method to cuncatenate them in a new page. 
How can I do? 
Thank you very much for the time that you will spend for me.
 
  • November 30, 2016
  • Like
  • 0
Hello guys,
I'm trying to develop my first visualforce page. I would like to have some text box and a button that, on the click with a method, take the text in the boxes and call an external method to cuncatenate them in a new page. 
How can I do? 
Thank you very much for the time that you will spend for me.
 
  • November 30, 2016
  • Like
  • 0