Re: [FlexJS] HTML side summary request

2015-05-19 Thread Michael Schmalle
Ok, thanks Peter that is a nice start to me figuring this out. What you said was pretty much what I inferred. Makes sense with the positioner and element as well. Mike On Tue, May 19, 2015 at 10:41 AM, Peter Ent wrote: > Hi, > > No stupidity here - FlexJS is complex. > > For the JavaScript sid

Re: [FlexJS] HTML side summary request

2015-05-19 Thread Peter Ent
Hi, No stupidity here - FlexJS is complex. For the JavaScript side of FlexJS, createElement is the place where the HTML element gets made that corresponds to the component being made. Most of the time that is a (see UIBase). Button uses it to make a . Each FlexJS UI component has a .element pr

[FlexJS] HTML side summary request

2015-05-19 Thread Michael Schmalle
Hi, I feel stupid for asking this and it's probably my dyslexic head(yeah I have it). Can someone explain exactly what is going on in createElement() in js? What is the positioner? Where does it come from? What is this doing exactly? this.element.flexjs_wrapper = this; I haven't worked with H