


First define the edit button in the tbar of the grid:
Js code
id:'editDataButton',
text:'edit',
tooltip:'edit',
iconCls:'edit',
handler: function(){ showeditPanel( );}
Redefine form:
Js code
var xjjlEditForm = new Ext.FormPanel ({.......omit the definition content in the form...});
Then define the function showeditPanel to be called by the edit button (and define a loading form at the same time window):
Js code
//--Function called by the edit button (pop-up edit form)
function showeditPanel()
{ //Get the record corresponding to the selected row directly
var record = grid.getSelectionModel().getSelected()
if(!record){
Ext.Msg.alert('Message','Please select the data to edit');
return;
}
//--Define the editing window
if(!xjjlEditWindow)
{
xjjlEditWindow = new Ext.Window({
el: 'edit_win', //The front end places the current js file The div name in the page is
title: 'Edit Record',
width: 650,
height: 360,
closable: false,
closeAction: 'hide',
resizable : false,
items: xjjlEditForm //Load the edited form in the window
});
}
xjjlEditWindow.show(Ext.get('editDataButton'));//Show the edit window
//[Note] First xjjlEditWindow.show(); and then xjjlEditForm.getForm().loadRecord(currrecordRecord); can solve the problem that after the previous page loading is completed, the data cannot be loaded when the [Edit] button is clicked for the first time. It’s a question of form.
xjjlEditForm.getForm().loadRecord(record);
//The key is to fill the form with the record in the currently selected grid
}
This way, it can be used in the new The selected data is edited in the window;

在前端面试中,经常会问到如何使用 CSS 实现骰子/麻将布局。下面本篇文章给大家介绍一下用CSS 创建一个 3D 骰子(Flex和Grid布局实现3D骰子)的方法,希望对大家有所帮助!

随着Web应用的不断发展和普及,越来越多的企业和个人开始使用PHP和ExtJS来构建功能强大的Web应用。PHP作为一种流行的服务器端脚本语言,具有良好的跨平台性和易于学习的特点,而ExtJS则是一种流行的前端框架,可以帮助开发人员快速构建交互式Web应用界面。本文将介绍如何使用PHP和ExtJS实现强大Web应用功能。建立PHP和MySQL数据库连接在使用

BinaryX的代币更名:从BNX到FOUR,再到FORM,战略调整背后的深层含义BinaryX近期将代币符号从$FOUR更改为$FORM,引发业界广泛关注。这并非BinaryX首次更名,其代币符号曾经历BNX到FOUR的转变。本文将深入探讨这一系列更名背后的战略意图。一、代币更名历程与战略考量BinaryX最初于2021年推出基于BNB链的$BNX代币,用于支持其Play-to-Earn(P2E)游戏生态。2024年初,为优化经济模型,BinaryX对$BNX进行了分割,并逐渐拓展至GameF

CSS面板布局属性:grid和grid-template-columns在现代网页布局中,面板布局是一种常见的设计方式,能够将网页内容以网格的形式进行排列。而CSS中的grid布局属性以及其中的grid-template-columns属性,则是实现面板布局的关键。一、grid布局属性简介grid布局属性是CSS中用于创建网格布局的属性,通过将HTML

CSS布局框架:探索常用的五大布局框架引言:在网页设计中,布局是至关重要的一环。而CSS布局框架可以帮助我们快速地搭建出具有不同布局风格的网页。本文将介绍其中的五个常用的CSS布局框架,并提供具体的代码示例,以帮助读者更好地理解和使用这些框架。一、Bootstrap:Bootstrap是目前最流行的CSS布局框架之一。它拥有丰富的组件和强大的响应式功能,可以

HTML教程:如何使用Grid布局进行栅格平均布局在网页设计中,栅格布局(GridLayout)是一种常用的布局方式,它可以有效地将网页内容划分为多个栏目,并进行灵活的排列和布局。本教程将介绍如何使用HTML和CSS的Grid布局来实现栅格平均布局,并提供具体的代码示例。一、什么是栅格布局?栅格布局是一种将页面划分为多个栏目的布局方式,这些栏目可以按照行和

UniApp实现页面布局与响应式设计的实现技巧导语:UniApp是一个基于Vue.js框架的跨平台开发工具,能够同时开发iOS、Android、H5等多个平台的应用。本文将介绍如何利用UniApp实现页面布局和响应式设计,并提供一些实用的代码示例。一、页面布局Flex布局Flex布局是页面布局中常用的一种方式,它能够自动适应不同屏幕大小和设备。在UniApp

CSS自适应布局属性优化技巧:flex和grid在现代Web开发中,实现自适应布局是一项非常重要的任务。随着移动设备的普及和屏幕尺寸的多样化,确保网站在各种设备上都能良好地展示,适应不同的屏幕尺寸,是一个必不可少的要求。幸运的是,CSS提供了一些强大的属性和技巧来实现自适应布局。本文将重点介绍两个常用的属性:flex和grid,并提供具体的代码示例


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
