`
sillycat
  • 浏览: 2543257 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

English-006 jqGrid

阅读更多
English-006 jqGrid

1.To manipulate and represent local (static) data – i.e. array data, data stored in an xml file, or data stored in a JSON file – that's all you need. But the primary purpose of jqGrid is to manipulate and represent dynamic data over the web, and for this you will also need a web server (e.g., IIS, Apache, Tomcat), a database backend (e.g., PostgreSQL, Oracle, MSSQL, MySQL), and a server-side scripting language (e.g., PHP, ASP)
manipulate [mə'nipjuleit] vt. 操作;操纵
represent   [,repri'zent] vt. 表现;描绘
dynamic [dai'næmik] adj. 动力的;动力学的;动态的
backend n. 后端       scripting n. 脚本语言

2.Choose which components you need
components n 复数 [kəm'pəunənt]  n. 成分;元件;组件

3.As can be seen from the structure, files needed for using jqGrid are in main /css/ and /js/ directories. These files are minified and can be used in production environment.
minified minify   ['minifai] vt. 使变小;贬低

4.In this section we will describe a step by step installation procedure and how to make some little additions that will make our life easy.

5.Understanding this will help you to work better with jqGrid and use the full capabilities of the plugin. The first thing we must understand is that we have two major divisions: Server-side manipulation and Client-side representation
capability  [,keipə'biləti]  n. 性能,容量;才能
manipulation  [mə,nipju'leiʃən]  n. 操作;操纵
representation [,reprizen'teiʃən]  n. 表现;陈述;表示法

6.The constructed tabular data at the client side has:Caption layer Header layer Body layer Navigation layer
tabular  ['tæbjulə]  adj. 列成表格的;扁平的

7.To allow freedom and flexibility, and often a better impression, jqGrid relies on CSS (Cascading Style Sheets) to govern its appearance.
flexibility n. 弹性;适应性;灵活性
relies rely [ri'lai] vi. 信赖;依靠
govern ['ɡʌvən] vt. 统治;

8.we’ll create a grid with Invoice information
Invoice ['invɔis] n. 发 票;发货单;货物

9.options is an array of settings in “name: value” pairs format.

10.The available properties are listed here, in alphabetic order.
alphabetic [,ælfə'betikəl] adj. 字母的;照字母次序的

11.Despite the fact that the primary goal of jqGrid is to represent dynamic data returned from a database, jqGrid includes a wide range of methods to manipulate data at client side: Array data.
Despite [di'spait] prep. 尽管,不管

12.Some time there is a need to manipulate the postData array more precise. As you known the setGridParam method does not in some cases make what we want.
precise [pri'sais] adj. 精确的;明确的;严格的

13.Note that in this case the pager element can have arbitrary position in the document and it will be placed instead above the grid body.
arbitrary ['ɑ:bitrəri] adj. 任意的;武断的;专制的


分享到:
评论

相关推荐

    jqGrid学习笔记1 - - - - jqGrid英语PDF文档

    jqGrid是一款功能强大的JavaScript数据网格插件,常用于在网页上展示、操作和管理大量结构化数据。这个学习笔记主要围绕“jqGrid学习笔记1”展开,内容来源于jqGrid的英文PDF文档,结合了源码解析和实用工具的介绍。...

    前端项目-free-jqgrid.zip

    在"jqGrid-master"压缩包中,包含了jqGrid的主要源代码、文档和示例。这些内容可以帮助开发者快速理解和使用free-jqgrid: 1. **源代码**:src目录下包含了jqGrid的核心JavaScript文件和CSS样式文件,这是构建网格...

    jqGrid4.8.2 jqgrid_demo40

    jquery.jqGrid-4.8.2(jquery表格插件).zip----------jqGrid4.8.2包,官网下载的,原封不动的在这里。 jqgrid_demo40-----可用的-使用方法请查看README文件. jqgrid_3.6.5_API_en.chm------附加放在这里的其它资料...

    jqGrid4.6.0 jqgrid_demo40

    jquery.jqGrid-4.6.0(jquery表格插件).zip----------jqGrid4.6.0包,官网下载的,原封不动的在这里。 jqgrid_demo40-----可用的-使用方法请查看README文件.rar-----------经我修改过的demo40,官网上面demo40下载...

    jqgrid全套示例代码

    jqGrid 是一个强大的 jQuery 插件,用于在网页上创建、读取、更新和删除(CRUD)数据,提供网格视图。它提供了丰富的功能,如分页、排序、过滤、编辑、导入导出数据等,是Web开发中处理表格数据的常用工具。本资源...

    jQuery tonytomov-jqGrid-v4.5.2 插件

    jQuery tonytomov-jqGrid-v4.5.2 是一个功能强大的JavaScript插件,用于在Web应用程序中创建可交互的数据网格。jqGrid是基于jQuery库的,它提供了丰富的功能,如数据排序、分页、搜索、编辑以及自定义列等,使开发者...

    jquery-jqgrid 3.6源码及中文文档

    jquery-jqgrid源码及中文文档

    free-jqgrid-4.15.5.tgz

    本文将深入探讨free-jqgrid-4.15.5版本,此版本包含了所有的js和css文件,为开发者提供了完整的jqGrid学习和应用资源。 一、jqGrid概述 jqGrid是一款基于jQuery的开源数据网格组件,它允许用户在网页上创建交互式...

    jqGrid Wiki部分文档说明

    wiki_options - jqGrid Wiki wiki_colmodel_options - jqGrid Wiki wiki_methods - jqGrid Wiki wiki_events - jqGrid Wiki 4个pdf文件

    jQgrid demo

    在本"jQgrid demo"中,我们将深入探讨如何利用 jQGrid 实现交互式的数据展示和操作。 jQGrid 的核心特性包括: 1. **数据加载与显示**:jQGrid 支持从服务器或本地数据源动态加载数据,并以表格形式展示。它可以...

    jqGrid 中文大全(2)

    jqGrid 是一个基于 jQuery 的数据网格插件,用于在网页上展示和操作表格数据。它提供了丰富的功能,如数据分页、排序、过滤、编辑、添加、删除等,且支持与后端数据源(如数据库)进行交互。中文大全资料集合了关于 ...

    前端项目-jqgrid.zip

    在"jqGrid-master"压缩包中,通常包含以下组成部分: 1. **源代码文件**:如JavaScript库(jqGrid.js或min.js)、CSS样式文件(ui.jqgrid.css)以及可能的图片资源,这些都是运行jqGrid的基本组件。 2. **示例和...

    Laravel开发-jqgrid

    在本文中,我们将深入探讨如何在Laravel框架中集成并使用jqGrid库,这是一个强大的JavaScript数据网格组件,用于实现高效的数据展示、检索和操作。Laravel作为PHP领域内的热门Web开发框架,以其优雅的语法和丰富的...

    jqgrid_doc

    "jqgriddocs_english_bi.pdf"文档是jqGrid的英文版官方文档,它详细介绍了如何安装和使用jqGrid,包括基本配置、数据源设定、列定义、操作方法、事件处理、自定义函数等内容。文档还涵盖了各种高级特性,如树形网格...

    jqGrid5.5 版本

    jqGrid是一款功能强大的JavaScript数据网格插件,专为Web应用程序设计,用于展示和操作大量结构化数据。在jqGrid5.5版本中,它提供了一系列的改进和新特性,使得数据管理和用户界面更加高效和易用。以下是关于jqGrid...

    jquery.jqGrid-4.3.3

    jqGrid 是一个用来显示网格数据的jQuery插件,文档比较全面,附带中文版本。 主要特点: -Full control with JavaScript API -Data returned from the server is XML -Simple configuration -Ability to load big ...

    jquery.jqGrid-3.8.2.zip

    jquery.jqGrid-3.8.2.zipjquery.jqGrid-3.8.2.zipjquery.jqGrid-3.8.2.zipjquery.jqGrid-3.8.2.zipjquery.jqGrid-3.8.2.zipjquery.jqGrid-3.8.2.zip

    jquery.jqGrid-3.5.3.zip

    jquery.jqGrid-3.5.3 最新版本 jqGrid是一個jQuery的plugin,提供grid操作介面,並支援經Ajax連結伺服器上的資料源。jqGrid在共同的基礎結構上,提供數種操作模式,分別包裝於不同的檔案之中。除了共用的數個檔案...

    jqGrid5.X 官方全Demo下载

    jqGrid 是一个强大的 jQuery 插件,用于在网页上创建、操作和展示数据表格。它提供了丰富的功能,如数据分页、排序、过滤、编辑和更多。本资源为 jqGrid5.X 的官方全Demo下载,包含中文文档和离线演示,用户可以在...

    jqgrid4.6.zip

    jqGrid是一款功能强大的JavaScript表格插件,用于在Web页面中展示和操作数据。它基于jQuery库,提供了丰富的功能,如分页、排序、过滤、编辑、添加、删除和搜索等,使得开发者能够轻松构建交互式的表格应用。在这个...

Global site tag (gtag.js) - Google Analytics