[Seaside] Re: Modify FullCalendar

Esteban A. Maringolo emaringolo at gmail.com
Mon Jan 27 12:37:27 UTC 2014


Is there a way to use full calendar with Seaside?


Esteban A. Maringolo


2014-01-24 Paul DeBruicker <pdebruic at gmail.com>:
> Hi Lorenzo,
>
>
> Its been a while since I worked with FullCalendar.  Which buttons do you want to change the text of?
>
>
>
> Do you mean this part: http://arshaw.com/fullcalendar/docs/text/buttonText/ ?
>
>
> I dont have time to look at it soon but you should be able to, in your calendar setup code, add a line like
>
>
> buttonText: self buttonTextJson;
>
>
>
> an then the method #buttonTextJson is something like
>
> buttonTextJson
>         |dict|
>         dict:=Dictionary new
>         dict at:'next' put: 'n'.
>         dict at: 'prev' put: 'p'.
>         dict at: 'day' put: 'd'.
>         dict at: 'today' put: 't'.
>         dict at: 'month' put: 'm'.
>         dict at: 'year' put: 'y'.
>         ^dict
>
>
> Hope this helps, and if it doesn't send me a snippet of code you think should work and I'll take a look.
>
>
> Paul
>
> On Jan 24, 2014, at 10:22 AM, lorenzo at edor.it wrote:
>
>> Hi Paul,
>>
>> I am an old smalltalke but I am new to Seaside.
>> I am using FullCalendar and I do not know how to change buttonText as I do not know how to set up the requested object for personalization; do you mind giving me some hint in orderer to translate it into Italian?
>>
>> Thank you vary much.
>>
>> Lorenzo
>>
>> _____________________________________
>> Sent from http://forum.world.st
>>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list