This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
NewerOlder