Home  >  Article  >  Web Front-end  >  Solution to the problem that Extjs TriggerField does not display in the pop-up window_extjs

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

WBOY
WBOYOriginal
2016-05-16 18:37:031191browse
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
Statement:
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