Home > Web Front-end > JS Tutorial > body text

Solution to the problem that Extjs TriggerField does not display in the pop-up window_extjs

WBOY
Release: 2016-05-16 18:37:03
Original
1190 people have browsed it
1. Cause Analysis
this.WinData.AutoLoad.Mode = LoadMode.IFrame;
WinData.AnimateTarget = "BtnEdit";
PHWin.Controls.Add(WinData);
Use PlaceHolder to animate window pop-ups

2. Solution
this.WinData.AutoLoad.Mode = LoadMode.IFrame;
Just remove the animation effect
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!