958
Views
6
Comments
Add an EventListener in a html class
Question

I have a calendar that as button to change the month view this buttons have a class name of 'pika-prev' and 'pika-next' im trying to the this: 

2025-11-19 06-14-01
Miguel Verdasca
Champion

Did you try this steps:

  1. First you should create parameters in the javascript block for the WidgetIdentifiers.
  2. Then you need to create input parameters in the client action for all the javascript parameters.
  3. Assign the input parameters to the parameters of the javascript.
  4. When calling the client action, fill the input parameters with the Widget Identifiers.

Cheers

2024-03-04 12-06-32
Flávio Monteiro

But since the button to change the month doenst have an widgetid only the html class name

2025-11-19 06-14-01
Miguel Verdasca
Champion

I understand you... I share with you three ways that can solve your issue:


2024-01-31 05-29-41
Akshay Deshpande

Flávio Monteiro wrote: hello Flávio Monteiro,

Actually i m also Working on the date picker and i have same issue ..can you got any information of this

I have a calendar that as button to change the month view this buttons have a class name of 'pika-prev' and 'pika-next' im trying to the this: 

 

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.