PDA

View Full Version : where is API link for Ext.form.FileUploadField



ffzhuang
14 Aug 2008, 6:30 PM
Hi, All:

Anywhere I can see the API link for Ext.form.FileUploadField. I can not find it in API doc, maybe I am blind.

Thanks in advanced for your point.

Regards!

Fenqiang Zhuang

mystix
14 Aug 2008, 6:33 PM
it's not in the docs.

it's a user extension created for the examples.
extjs-style comments are in the source though -- examples/form/FileUploadField.js

jay@moduscreate.com
15 Aug 2008, 1:13 PM
it's not in the docs.

it's a user extension created for the examples.
extjs-style comments are in the source though -- examples/form/FileUploadField.js

I think there should be a destinct separation between Ext - OOTB examples and complex/plugins/extensions --

thoughts?

mystix
15 Aug 2008, 9:07 PM
makes sense. or at least explicitly namespace the examples so ppl know they're dealing with user extensions.

jay@moduscreate.com
16 Aug 2008, 3:51 AM
I'm going to escalate via email. There is a lot of confusion over examples on what is ext and what is not. Like row expander, checkbox column ,etc.

dlethe
16 Aug 2008, 1:13 PM
Same issue for me too, the comments in the .JS aren't enough, especially if you don't have a php/perl-based back-end.

The 2.2 announcement page
http://extjs.com/blog/2008/08/04/ext-22-released/

said this plug-in is now officially part of the distribution, so it is no longer a user extension. It is production code that should be treated as such and fully documented.

Anybody want to download my Ext.form.PickLottoNumbers extension? Just give a date and it will tell you the winning numbers for the very same day. Every time. The demo hard-codes yesterday's date and the API isn't published, but since that didn't stop them from making FileUpload official, I guess it isn't that important. :)

Lobos
16 Aug 2008, 5:32 PM
imo one of EXt's main strenghts is it's excellent documenting of the api, please don't let the docs slip - in some ways they are just as important as the codebase...

"If a tree falls in the forest and no one is around to hear it, does it make a sound?"