You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
It would be great if embedPCx86 could be fired with some extra parameters, to avoid the whole roundtrip fetching/parsing/resolving/transforming machine.xml and XSL (and CSS too).
For example a JS function is passed instead of sXMLFile argument, and PCx86 logic would call into it skipping whole processXML and the rest.
I think I got a general idea how the logic works there, except still very hazy about binding HTML elements to components.
Maybe you can direct me towards relevant parts of the code, and I can try to implement such a shortcut JS functionality?
It would be great if
embedPCx86could be fired with some extra parameters, to avoid the whole roundtrip fetching/parsing/resolving/transformingmachine.xmland XSL (and CSS too).For example a JS
functionis passed instead ofsXMLFileargument, and PCx86 logic would call into it skipping wholeprocessXMLand the rest.I think I got a general idea how the logic works there, except still very hazy about binding HTML elements to components.
Maybe you can direct me towards relevant parts of the code, and I can try to implement such a shortcut JS functionality?