This pull request refactors the KTL.js extractJQuerySelector function to support dynamic viewId and fieldId parameters. The function now checks if the selector includes '${viewId}' or '${fieldId}' and replaces them with the actual values. This enhancement improves the flexibility and usability of the function.
This pull request refactors the KTL.js extractJQuerySelector function to support dynamic viewId and fieldId parameters. The function now checks if the selector includes '${viewId}' or '${fieldId}' and replaces them with the actual values. This enhancement improves the flexibility and usability of the function.