<div dir="ltr">Hi Lorenzo,<div><br></div><div>Yes please, I need to update my whole image, but I&#39;d like to integrate that. I&#39;m using it through JS and REST, and it&#39;s not as smooth as I&#39;d like it to be.</div>

<div><br></div><div>Tante grazie!</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>Esteban A. Maringolo</div>
<br><br><div class="gmail_quote">2014-01-28 Lorenzo Schiavina <span dir="ltr">&lt;<a href="mailto:lorenzo@edor.it" target="_blank">lorenzo@edor.it</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Esteban,<br>
<br>
I have installed FullCalender and I have used quite a lot of personalization<br>
thank to Paul&#39;s help.<br>
If you want, I can send you the version I am using.<br>
<br>
Ciao<br>
<br>
Lorenzo<br>
<br>
-----Messaggio originale-----<br>
Da: <a href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a><br>
[mailto:<a href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a>] Per conto di Esteban A.<br>
Maringolo<br>
Inviato: lunedì 27 gennaio 2014 22:17<br>
A: Seaside - general discussion<br>
Oggetto: Re: [Seaside] Re: Modify FullCalendar<br>
<div class="HOEnZb"><div class="h5"><br>
I definitely need to integrate JQueryWidgetBox in my image. The last time I<br>
tried it upgraded my whole Seaside version to a newer one, and broke almost<br>
everything :D<br>
<br>
Regards,<br>
<br>
Esteban A. Maringolo<br>
<br>
<br>
2014-01-27 Paul DeBruicker &lt;<a href="mailto:pdebruic@gmail.com">pdebruic@gmail.com</a>&gt;:<br>
&gt; Yeah its part of the JQueryWidgetBox.  You can load it from the<br>
&gt; seaside repo on smalltalkhub.  There is an example calendar/page too.<br>
&gt;<br>
&gt;<br>
&gt; I haven&#39;t been keeping the seaside/smalltlak up to date with the<br>
&gt; latest js version but its not hard to do and there probably aren&#39;t any<br>
&gt; breaking changes.  It used to be that the guy would keep it up to date<br>
&gt; with the current stable jQuery versions.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Esteban A. Maringolo wrote<br>
&gt;&gt; Is there a way to use full calendar with Seaside?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Esteban A. Maringolo<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2014-01-24 Paul DeBruicker &amp;lt;<br>
&gt;<br>
&gt;&gt; pdebruic@<br>
&gt;<br>
&gt;&gt; &amp;gt;:<br>
&gt;&gt;&gt; Hi Lorenzo,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Its been a while since I worked with FullCalendar.  Which buttons do<br>
&gt;&gt;&gt; you want to change the text of?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Do you mean this part:<br>
&gt;&gt;&gt; <a href="http://arshaw.com/fullcalendar/docs/text/buttonText/" target="_blank">http://arshaw.com/fullcalendar/docs/text/buttonText/</a> ?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I dont have time to look at it soon but you should be able to, in<br>
&gt;&gt;&gt; your calendar setup code, add a line like<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; buttonText: self buttonTextJson;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; an then the method #buttonTextJson is something like<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; buttonTextJson<br>
&gt;&gt;&gt;         |dict|<br>
&gt;&gt;&gt;         dict:=Dictionary new<br>
&gt;&gt;&gt;         dict at:&#39;next&#39; put: &#39;n&#39;.<br>
&gt;&gt;&gt;         dict at: &#39;prev&#39; put: &#39;p&#39;.<br>
&gt;&gt;&gt;         dict at: &#39;day&#39; put: &#39;d&#39;.<br>
&gt;&gt;&gt;         dict at: &#39;today&#39; put: &#39;t&#39;.<br>
&gt;&gt;&gt;         dict at: &#39;month&#39; put: &#39;m&#39;.<br>
&gt;&gt;&gt;         dict at: &#39;year&#39; put: &#39;y&#39;.<br>
&gt;&gt;&gt;         ^dict<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hope this helps, and if it doesn&#39;t send me a snippet of code you<br>
&gt;&gt;&gt; think should work and I&#39;ll take a look.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Paul<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Jan 24, 2014, at 10:22 AM,<br>
&gt;<br>
&gt;&gt; lorenzo@<br>
&gt;<br>
&gt;&gt;  wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi Paul,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I am an old smalltalke but I am new to Seaside.<br>
&gt;&gt;&gt;&gt; I am using FullCalendar and I do not know how to change buttonText<br>
&gt;&gt;&gt;&gt; as I do not know how to set up the requested object for<br>
&gt;&gt;&gt;&gt; personalization; do you mind giving me some hint in orderer to<br>
translate it into Italian?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thank you vary much.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Lorenzo<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _____________________________________<br>
&gt;&gt;&gt;&gt; Sent from <a href="http://forum.world.st" target="_blank">http://forum.world.st</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; seaside mailing list<br>
&gt;&gt;&gt;<br>
&gt;<br>
&gt;&gt; seaside@.squeakfoundation<br>
&gt;<br>
&gt;&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; seaside mailing list<br>
&gt;<br>
&gt;&gt; seaside@.squeakfoundation<br>
&gt;<br>
&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <a href="http://forum.world.st/Re-Modify-FullCalendar-tp4739133p4739697.html" target="_blank">http://forum.world.st/Re-Modify-FullCalendar-tp4739133p4739697.html</a><br>
&gt; Sent from the Seaside General mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div>