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

_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work

Reply via email to