开发者

Getting javascript wrapper error in Qcodo PHP Framework

开发者 https://www.devze.com 2022-12-19 12:53 出处:网络
Seem to be getting an error but can\'t figure out how to drill down further.Typically use Firebug to figure-out JavaScript:

Seem to be getting an error but can't figure out how to drill down further. Typically use Firebug to figure-out JavaScript:

The referenced file post.js can be found here:

http://github.com/allyforce/AF-upload/blob/master/assets/js/_core/post.js

alt text http://img6.imageshack.us/img开发者_如何学编程6/3180/screenshot29201013619pm.png


Sounds like you are trying to reference a control you didn't render. This is often done by accident when people tell it to render a QDialog, but have the dialog set to Visible=false (don't send to browser) rather than Display=false (set CSS style to display:none).

0

精彩评论

暂无评论...
验证码 换一张
取 消