Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I have a custom module that works, but I want to pass the HTML text it displays from the uiConf so it's confgurable. I've tried the proper:
The uiConf didn't like that at all as I got an XML error: "unterminated attribute". Then, I tried inlining it:
Same error. Then, I tried encoding:
Same thing. Only if I pass plaintext does it work:
So, how can I pass these variables into my module?
I'll try to find where that piece is and see. I assume the error is in the parsing, not the content, tho. Thanks.
Looks like the issue was a caching issue. I was just seeing wrong results because of the cache, not what I was doing. Except for the first usage where the attribute is in a tag, the others work now.
Hi,
Please use the wrapping code tag to code parts in your msgs ( [ language ] code here... [ /language ] )
You can edit your message to see how it should be done.
I wonder if when you pass encoded text it throw the same error?
Did you try to debug and see what the value of the uiConf looks like when being loaded to the player?