04-04-2016, 09:42 PM
Re-factored entire UI Components API.
Uses OOP implemented via prototype chains, as explained here:
https://developer.mozilla.org/en-US/docs...JavaScript
Should now be fully capable of any level of nested components
Fixed a bug where defining the component width or height as a float didn't do what it was supposed to (It re-scaled the parent component, rather than scaling the current component relative to its parent's width or height.)
I suppose I'll get this up on github soon... maybe
Uses OOP implemented via prototype chains, as explained here:
https://developer.mozilla.org/en-US/docs...JavaScript
Should now be fully capable of any level of nested components
Fixed a bug where defining the component width or height as a float didn't do what it was supposed to (It re-scaled the parent component, rather than scaling the current component relative to its parent's width or height.)
I suppose I'll get this up on github soon... maybe