Mastering Ext JS. (Record no. 2756099)

MARC details
000 -LEADER
fixed length control field 06302cam a2200865Ma 4500
001 - CONTROL NUMBER
control field ocn853239399
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711203712.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130719s2013 xx o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency EBLCP
-- MEAUC
-- UMI
-- COO
-- OCLCQ
-- DEBSZ
-- N$T
-- RIV
-- OCLCF
-- OCLCQ
-- YDXCP
-- OCLCQ
-- FEM
-- JBG
-- AGLDB
-- ZCU
-- MERUC
-- OCLCQ
-- VTS
-- CEF
-- ICG
-- NLE
-- OCLCQ
-- UKMGB
-- STF
-- UAB
-- DKC
-- OCLCQ
-- M8D
-- UKAHL
-- OCLCQ
-- OCLCO
015 ## - NATIONAL BIBLIOGRAPHY NUMBER
National bibliography number GBB747084
Source bnb
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018005319
Source Uk
019 ## -
-- 857791698
-- 968040015
-- 969036656
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1299735185
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781299735187
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782164012
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782164014
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782164006
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782164005
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781782164005
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000052007179
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001051840
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 567706605
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041432338
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043776710
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044189303
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397572697
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 398282501
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 472793349
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018005319
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)853239399
Canceled/invalid control number (OCoLC)857791698
-- (OCoLC)968040015
-- (OCoLC)969036656
037 ## - SOURCE OF ACQUISITION
Stock number 504769
Source of stock number/acquisition MIL
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.888
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.76
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Groner, Loiane.
9 (RLIN) 601605
245 10 - TITLE STATEMENT
Title Mastering Ext JS.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
-- rda
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Installing the required software; Presenting the application and its capabilities; The splash screen; The login screen; The main screen; User control management; MySQL table management; Content management control; The e-mail client module; Creating the structure of the application using MVC; A quick word about MVC; Creating the application; Creating the loading page; Summary; Chapter 2: The Login Page; The Login screen.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating the Login screenClient-side validations; Creating custom VTypes; Adding the toolbar with buttons; Running the code; Using itemId versus id -- Ext. Cmp is bad!; Creating the login controller; Adding the controller to app.js; Listening to the button click event; Cancel button listener implementation; Submit button listener implementation; Creating the User and Groups tables; Handling the login page on the server; Connecting to the database; login.php; Handling the return of the server -- logged in or not?; Success versus failure; Enhancing the Login screen.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Applying a loading mask on the form while authenticatingForm submit on Enter; The Caps Lock warning message; Summary; Chapter 3: Logout and Multilingual; The base of the application; The logout capability; Refactoring the login and logout code; Handling the logout capability on the server; The client-side activity monitor; The multilingual capability; Creating the change language component; Creating the translation files; Applying the translation on the application's components; HTML5 local storage; Handling the language change in real-time; Locale -- translating Ext JS; Summary.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 4: Advanced Dynamic MenuCreating the dynamic menu; The database model -- groups, menus, and permissions; Creating the menu models -- hasMany association; Creating the store -- loading the menu from the server; Handling the dynamic menu on the server; Creating the menu with Accordion panel and Tree panel; Replacing the central container on the viewport; Creating the menu controller-side; Rendering the menu from nested JSON (hasMany association); Opening a menu item dynamically; Changing app.js; Summary; Chapter 5: User Identification and Security; Managing users.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Listing all the users -- simple Grid panelUser model; Users store; Users Grid panel; Users controller; Adding and editing a new user; Creating the edit view -- a form within a window; The group model; The groups store; The controller -- listening to the add button; The controller -- listening to the edit button; The controller -- saving a user; The controller -- listening to the cancel button; Previewing a file before uploading it; Deleting a user; Summary; Chapter 6: MySQL Table Management; Presenting the tables; Creating the models; Abstract model; Specific models; Creating the stores.
520 ## - SUMMARY, ETC.
Summary, etc Designed to be a structured guide, Mastering Ext JS is full of engaging examples to help you learn in a practical context. This book is for developers who are familiar with using Ext JS who want to augment their skills to create even better web applications.
588 0# -
-- Print version record.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
9 (RLIN) 119291
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element User interfaces (Computer systems)
9 (RLIN) 68687
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Authoring programs.
9 (RLIN) 66366
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Langage de programmation)
9 (RLIN) 889198
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Interfaces utilisateurs (Informatique)
9 (RLIN) 891881
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Systèmes-auteur.
9 (RLIN) 872061
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
Source of heading or term fast
-- (OCoLC)fst00982071
9 (RLIN) 119291
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element User interfaces (Computer systems)
Source of heading or term fast
-- (OCoLC)fst01163191
9 (RLIN) 68687
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Authoring programs.
Source of heading or term fast
-- (OCoLC)fst01173249
9 (RLIN) 66366
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Llibres electrònics.
9 (RLIN) 914773
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
International Standard Book Number 9781299735187
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=608687">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=608687</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH26849495
938 ## -
-- EBSCOhost
-- EBSC
-- 608687
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis25840570
938 ## -
-- YBP Library Services
-- YANK
-- 10861124
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library