Maybe not exactly what you are looking for, but I have been using my
tapestryutil.js for some years with luck 😊
https://github.com/sveine/tapestry-multi-module-demo/blob/master/core/src/main/resources/META-INF/modules/util/tapestryutil.js
A little demo:
https://github.com/sveine/tapestry-multi-m
Glad to hear you got everything working!
On Tue, Apr 11, 2017 at 5:09 AM, Phyambre wrote:
> Ok,
>
> So finally I could transform my JS libraries into modules and now
> everything is super-modular.
>
> I also replaced mousemove by mouseover because it is less demanding.
>
> When Tapestry 5.4.2 is
Ok,
So finally I could transform my JS libraries into modules and now
everything is super-modular.
I also replaced mousemove by mouseover because it is less demanding.
When Tapestry 5.4.2 is released and "Invoking server-side event handler
methods from JavaScript" is available, I will replace th
On Sat, Apr 8, 2017 at 11:13 AM, Phyambre wrote:
> Hi Thiago,
>
Hi!
So if I move the code of the task from onActivate() to setupRender() as
> Geoff suggested, I will not have the task on onSubmit() anymore, so I
> cannot check whether the user finished before the deadline. A solution
> is getti
Hi Thiago,
Thanks for your answer,
In my application each user (identified by a userId in the session) is
assigned a task. Each task has stages which consist of reading a text
and answering a quiz about it. The text and quiz that you are assigned
in each stage is not the same for everybody, but r
On Fri, Apr 7, 2017 at 1:12 PM, Phyambre wrote:
> Hi Thiago,
>
Hi!
> Thanks for your email.
>
> 1) I am not using form submissions for that. I am using input hidden
> fields as temporary variables because the input hidden seem to be
> visible from zone-updater.js while the javascript library (
tracking in general.
>>>
>>> Here's a demo page:
>>> http://draperlaboratory.github.io/user-ale/test_app/index.html
>>>
>>>
>>>
>>> On Fri, Apr 7, 2017 at 2:12 AM, JumpStart <
>>> geoff.callender.jumpst...@gmail.com> w
ative.com.au/jumpstart7/examples/navigation/
> >> onactivateandonpassivate/3>
> >>
> >> Hope this helps,
> >>
> >> Geoff
> >>
> >>> On 7 Apr 2017, at 2:07 PM, Phyambre wrote:
> >>>
> >>> Hi,
> >>>
&g
;http://jumpstart.
>> doublenegative.com.au/jumpstart7/examples/navigation/
>> onactivateandonpassivate/3>
>>
>> Hope this helps,
>>
>> Geoff
>>
>>> On 7 Apr 2017, at 2:07 PM, Phyambre wrote:
>>>
>>> Hi,
>>>
gt;
>>
>> http://jumpstart.doublenegative.com.au/jumpstart7/examples/navigation/onactivateandonpassivate/3
>>
>> <http://jumpstart.doublenegative.com.au/jumpstart7/examples/navigation/onactivateandonpassivate/3>
>>
>> Hope this helps,
>>
>>
/onactivateandonpassivate/3
>
> <http://jumpstart.doublenegative.com.au/jumpstart7/examples/navigation/onactivateandonpassivate/3>
>
> Hope this helps,
>
> Geoff
>
>> On 7 Apr 2017, at 2:07 PM, Phyambre wrote:
>>
>> Hi,
>>
>> I would like t
avigation/
> onactivateandonpassivate/3>
>
> Hope this helps,
>
> Geoff
>
> > On 7 Apr 2017, at 2:07 PM, Phyambre wrote:
> >
> > Hi,
> >
> > I would like to do mouse tracking with tapestry (know the coordinates of
> > the mouse, the path of the DO
Phyambre wrote:
>
> Hi,
>
> I would like to do mouse tracking with tapestry (know the coordinates of
> the mouse, the path of the DOM tree to the element that is being pointed
> and the text of that element).
>
> Currently I have a solution that works, but I think it is
Hi,
I would like to do mouse tracking with tapestry (know the coordinates of
the mouse, the path of the DOM tree to the element that is being pointed
and the text of that element).
Currently I have a solution that works, but I think it is terribly
inefficient and I hope you can make any
14 matches
Mail list logo