• Israel Jimenez
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi everybody!!

When I use the 
import { ShowToastEvent } from 'lightning/platformShowToastEvent';
 
on
 
...extends LightningModal {}
 
Show me a error:
 [Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.]
 
Help me, please!
 
Thanks!!
Hi, 

I have a problem, I need to create a table of contents where every topic have a page number dynamically, example:

Table of Contents

Presentation___________ 1
Tittle 1 ________________2
Tittle 2 ________________5
Questions _____________10


 I'm using the next code to add every page number in the footer
<span class="pagenumber"/>
But I need to add the number in my table of content and I don´t know how..., no static form, because the Tittle 1 or  2 can be in the same page or different page, depending the information of the wrapper.

Please, I hope someone helps me.
Greatings, and thanks.
 
Hi, 

I have a problem, I need to create a table of contents where every topic have a page number dynamically, example:

Table of Contents

Presentation___________ 1
Tittle 1 ________________2
Tittle 2 ________________5
Questions _____________10


 I'm using the next code to add every page number in the footer
<span class="pagenumber"/>
But I need to add the number in my table of content and I don´t know how..., no static form, because the Tittle 1 or  2 can be in the same page or different page, depending the information of the wrapper.

Please, I hope someone helps me.
Greatings, and thanks.
 
I am using below but the text is still showing

rendered="{!objTenant.Applicant_Status__c=='Submitted'}"