aula Figueiredo
wrote:
> On Sat, 08 Feb 2014 08:19:08 -0200, Azudio Developer
> wrote:
>
>> I’m currently having trouble getting rid of the require config object that
>> gets written out before the libraries are loaded - can’t seem to override
>> the ModuleManager service.
apache.org/repos/asf?p=tapestry-5.git;a=blob;f=tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee;h=c76a6fedb9c73b7ab077a1df59bb4e64d8891528;hb=HEAD
>
>
>
> Cheers,
> Dragan Sahpaski
>
>
> On Sun, Jan 26, 2014 at 9:18 PM, Thiago H
Hi All,
As an experiment, I’d like to use Dojo 1.9.2 as the JavaScript toolkit of
choice in my Tapestry 5.4 projects replacing the bundled require.js (and use
Dojo’s AMD loader), remove the bootstrap JS plugins (but keep basic Bootstrap
CSS) and any trace of jQuery.
I know that Tap 5.4 is sti
Hi,
I'm seeing something that doesn't look right - possibly user error.
I have a component structure like this:
MyPage
->TopBar (c)
-> NavItem (c)
In the NavItem.java I have an render phase method:
@AfterRenderTemplate
void afterRender(MarkupWriter writer