You cannot post messages because this group is only available as an archive.
|
Dexagogo Google Group Will Close soon.
|
| |
Hi all subscribers to the Dexagogo group,
I've placed the most-used scripts on GitHub where anyone can download
them, fork them, whatever. But they're all very old now, and I'm not
even sure they'll work with the latest release of Prototype. I also
have no time to update/maintain them or this group. So I'll be closing... more »
|
|
Scriptoaculous form Validation
|
| |
I am building a form application where this scriptoaculous prototype
form valdation of dexagogo is fine... Currently it validates the
mandtory fields and also the date, email, number etc... But I need to
do validation for fields where both the validation occurs at a time..
That is if it is email field and it is mandatory, then when the user... more »
|
|
tablesort fix
|
| |
Hi, I just wanted to share a better way to initialize tablesort, and
hopefully it can make it into the next revision. This code replaces
the last few lines that try to load tablesort either through FastInit
or through the class itself. I haven't tested this much at all, so
there may be a better way to optimize it.... more »
|
|
Tablekit issue: page scrolls up/down when editing a cell
|
| |
Hi,
I have an issue with my table. When I click on a cell at the bottom of
the table (75 lines in table), the page moves up and I have to scroll
down again to the cell to edit it. I also get an intermittent problem:
when I type inside a cell to edit it, the page scrolls down a littlle
every time I type a letter in the cell. Any clue to fix this?... more »
|
|
Datepicker into a table cell edit
|
| |
Hello,
i'm looking for a way to include a datepicker into a cell after
cliking on it.
i look everywhere but seems that people don't need datepicker into a
cell editor.
my table structure is ordinary
<table class="editable">
<tr>
<th>val<t/h>
<th>date<t/h>
</tr>... more »
|
|
Validator not working at all...
|
| |
Hello, I'm sure I've missed something obvious, but the validator is not working at all for me. My code is as follows: ... <script type="text/javascript" src="../scripts/validation.js" ></script> <script type="text/javascript" src="../scripts/prototype.js"> </script> </head> <body style="width:400px; height:400px;">... more »
|
|
Check nickname availability
|
| |
Hello,
I discovered Really Easy Field Validation a few days ago and it looks
very useful ! I'm using it for a website where I have to do a register
form. In this register form there is a nickname field and I have to
check if the username is already in use. I searched in this group,
found some examples, and tried but it doesn't work... Here's what I... more »
|
|
|