release 2.1
2007/06/22 13:43
Viewed 11047 times
Replies: 2/5

I've been looking your page and it says that you have a release 2.1, but i am looking for the download page and i can't find it.

Can you tell me where is it?

Thanks

Re: release 2.1
2007/06/22 14:52
Viewed 13682 times
Replies: 2/3

Where do we mention a 2.1 version for the Calendar?

last
Re[2]: release 2.1
2007/06/22 15:23
Viewed 16001 times
Replies: 0/0

At this url:
http://www.dynarch.com/projects/calendar/

if you go to the license section you can read the next text:

This program is available under the terms of the GNU Lesser General Public License version 2.1 or above.

last
Re[2]: release 2.1
2007/06/22 15:30
Viewed 15716 times
Replies: 1/1

Sorry, what a mess. I think i have made a mistake, because the version seems to be for the license, not for the product. I thought that the version reference was meaning that it was for applying to the product version major than 2.0.

Sorry for the inconveniences. Thanks for all.

last
innerHTML Problem (Sorry cant find how to start new thread)
2007/08/28 03:49
Viewed 18171 times
Replies: 0/0

i dinamically make a table (in php), inside are inputs text areas and i use a calendar for every row that i create (dinamically), I inserted to the main page by innerHTML, and I put an alert to see the code, everything looks good, but the calendar didnt work, I mean the image its ther but i clicked and nothig happends. I copy/paste the code of one row directly to the main page and it works! but not by innnerHTML, any idea why??? Code:

<input type="text" size="10" id="conflot_lote[x][y][terminacion]" name="conflot_lote[x][y][terminacion]" class="cuadrotexto">
<img src="images/calendar.png" id="boton_fecha[x][y][terminacion]" />
<script type='text/javascript'>
Calendar.setup({
inputField : 'conflot_lote[x][y][terminacion]',
ifFormat : '%Y-%m-%d',
showsTime : false,
button : 'boton_fecha[x][y][terminacion]',
align : 'Tl',
singleClick : true
});
</script>

(where x and y are variables)
The HTML display properly and the javascript text too.. dont know what else can i do! help!

last
Google