We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to remove some class names from the HTML in the collage visual. logic. js

Home Forums Puzzles How to remove some class names from the HTML in the collage visual. logic. js

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84991
    nsxdjx
    Participant

    I embed the page in an iframe format within an HTML page and modify the class name (removing the active part of the class=”draw btn active”) in visual-logic.js using this method: setHTMLElemAAttribute (‘className ‘,’ draw btn ‘,’ draw btn ‘, true); Tip: setHTMLElemAAttribute is not defined; Note that this visual-logic.js is not directly generated from visual-logic.xml. How can I access and modify the class name in the parent page?

    • This topic was modified 2 hours, 40 minutes ago by nsxdjx.
    Attachments:
    #84995

    Hi,
    Looks like that the definition of the setHTMLElemAttribute() function is missing in your visual_logic.js file. You might try to create a basic app that uses the set property puzzle and copy-past the corresponding function from there.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.