On Thu, Jun 18, 2015 at 12:49 PM, Michael Schmalle <
teotigraphix...@gmail.com> wrote:

> On Thu, Jun 18, 2015 at 3:42 PM, OmPrakash Muppirala <bigosma...@gmail.com
> >
> wrote:
>
> > Fantastic!  This is huge.  I will build something with it as soon as you
> > check it in.
> >
> >
> Waiting on Alex to take care of some stuff, but anybody that wants to try
> it, jquery and svg are in this SWC.
>
> http://www.teotigraphix.com/assets/JS.swc
>
>
Mike, this link does not seem to be working.  Can you please check?

Thanks,
Om


>
>
> > Any chance you can bring in d3.js as well?  This looks like a good
> source:
> > https://github.com/federico-b/d3-externs
> >
> >
> That is not an API externs, so it's pretty useless unless the whole
> framework has functions that don't tack arguments. :)
>
>
> > On that note, there is an extern file generator available here:
> > http://www.dotnetwise.com/Code/Externs/  Have you seen it?
> >
>
> Yeah but... I am very skeptical of how it works, maybe I might fiddle with
> it next week. You are probably better off taking a day over a period of
> time and writing our own with GCC annotations.
>
> Mike
>
>
>
> >
> > Thanks,
> > Om
> >
> > On Thu, Jun 18, 2015 at 12:28 PM, Michael Schmalle <
> > teotigraphix...@gmail.com> wrote:
> >
> > > Hi,
> > >
> > > I decided I needed to give myself a severe headache, so I decided to
> > tackle
> > > JQuery externals!
> > >
> > > Well 4 hours later and some swearing, I got it working pretty well, I
> had
> > > to exclude a couple "inner classes", for the most part, it is very
> > usable.
> > >
> > >
> > > 1. This needs to be added to the build file
> > (contrib/externs/jquery-1.9.js)
> > > is the source location and needs to be placed with the others. Same
> with
> > > svg.js.
> > >
> > > I have not really used jQuery much so....
> > >
> > >
> > > package
> > > {
> > >
> > > public class Main
> > > {
> > >     public function Main()
> > >     {
> > >         var div:HTMLDivElement =
> > > HTMLDivElement(document.createElement("div"));
> > >         div.innerHTML = "A nice Div element";
> > >         document.body.appendChild(div);
> > >
> > >         $("div").css("border", "2px solid green");
> > >     }
> > > }
> > > }
> > >
> > > http://snag.gy/il5R6.jpg
> > >
> > > http://snag.gy/wyPcH.jpg
> > >
> > > Mike
> > >
> >
>

Reply via email to