xjsframework / xjsframework.github.io

XJS Framework website
http://xjsframework.github.io
1 stars 2 forks source link

Improved Documentation for developing Source Properties #29

Closed mikeybanez closed 6 years ago

mikeybanez commented 7 years ago

A common issue for source properties is "why is it not loading / why is loading taking forever?"

The most common cause is that all prerequisites are not fulfilled, so let's just emphasize this in the tutorials somewhere. People usually do only one or two of these things and test it out immediately, so they see it not working. 1.) Source must contain xjs and call ready() 2.) Source must have the appropriate <meta> tag 3.) Source Props must have xjs and call ready() 4.) Source Props must let SourcePropsWindow either useTabbedWindow() or useFullWindow(). (Please double-check if this is a hard requirement)