Uploader Broken! > Re: [Commits] svn commit: 6068
Colin Clark
colin.clark at utoronto.ca
Thu Nov 20 17:10:34 UTC 2008
Jacob,
On 20-Nov-08, at 11:57 AM, Jacob Farber wrote:
> Perhaps to prevent slowing things dow, we scope it to the queue or
> something more constrained - I would highly recommend not hard
> baking selector types that cant be overridden.....i hope im not
> missing something.
All our selectors can be totally overridden upon instantiation... like
this:
var myUploader = fluid.uploader("#simple_uploader", {
fileQueueView: {
options: {
selectors: {
fileRows: ".row",
fileName: ".fileName",
fileSize: ".fileSize",
removeButton: ".removeFile"
}
}
}
});
Colin
---
Colin Clark
Technical Lead, Fluid Project
Adaptive Technology Resource Centre, University of Toronto
http://fluidproject.org
More information about the fluid-work
mailing list