Gustaf,

> The wiki shouldnt break out of the tabs, it should stay inside. if
> theres no other way, maybe with an iframe? tho it might break if one
> tries to edit it as the google login doesnt allow iframes?

I'm afraid for the Wiki this will be difficult, or at least clumsy. We
should promote the Wiki more, but not at the expense of accessibility.

> the example should be as light as humanly possible, something like:
> (untested, from my head)
>
> from pyjamas.ui.RootPanel import RootPanel
> from pyjamas.ui.Label import Label
>
> msg = Label("Hello world!")
>  RootPanel().add(msg)

Can you test this and add some explanational description?

I'd suggest we add a new "Hello World" section in the Overview tab.
You can edit ./doc/pyjs_site/public/overview.html directly, or send me
the full text for the section (code wrapped in <pre
class="code">...</pre> or so) and I'll add it and push the changes.

Thanks, Peter

Reply via email to