Linux.com

Quickly put data from MySQL to the Web with DrasticGrid

Posted by: Anonymous [ip: 75.119.116.93] on August 17, 2008 05:32 AM
there's a curly brace missing in your last code snippet (before 'pathimg') and a single quote after 'contact':

<script type="text/javascript">
var thegrid = new drasticGrid('thegrid',
{pathimg:"/DrasticTools/img/", pagelength:10,
columns: [
{name: 'name'},
{name: 'contact', type: DDTYPEMAILTO, width: 140},
{name: 'www', type: DDTYPEURL, width: 180},
]});
</script>

#

Return to Quickly put data from MySQL to the Web with DrasticGrid