Skip to content

Instantly share code, notes, and snippets.

@Akshay-Hegde
Akshay-Hegde / jqxdatatable.js
Created March 4, 2015 16:05
jqxdatatable.js modified version - horizontalScrollerSupport
/*
jQWidgets v3.5.0 (2014-Sep-15)
Copyright (c) 2011-2014 jQWidgets.
License: http://jqwidgets.com/license/
*/
(function(g){function K(a,b){this.owner=a;this.displayfield=this.datafield=null;this.text="";this.editable=this.sortable=!0;this.hidden=!1;this.groupable=this.hideable=!0;this.columntype=this.cellsrenderer=this.renderer=null;this.cellsformat="";this.cellsalign=this.align="left";this.width="auto";this.minwidth=25;this.maxwidth="auto";this.pinned=!1;this.visibleindex=-1;this.filterable=!0;this.filter=null;this.draggable=this.resizable=!0;this.validation=this.geteditorvalue=this.destroyeditor=this.createeditor=
this.initeditor=null;this.cellclassname=this.classname="";this.rendered=this.aggregatesrenderer=this.aggregates=null;this.nullable=this.exportable=!0;this.columngroup=null;this.columntype="textbox";this.getcolumnproperties=function(){return{nullable:this.nullable,sortable:this.sortable,hidden:this.hidden,groupable:this.groupable,width:this.width,align:this.align,editable:this.editable,minwidth:th
@Akshay-Hegde
Akshay-Hegde / field.geocoder.php
Last active August 29, 2015 14:11
Field geocoder small validation, PyroCMS
<?php defined('BASEPATH') or exit('No direct script access allowed');
/**
* PyroStreams Geocoder Field Type
*
* Generate longitude and latitude from a specified location
*
* @package PyroStreams
* @author David Lewis
* @copyright Copyright (c) 2012, David Lewis