Plugin Naming for 1.8

Plugin Naming for 1.8


Hello All,
Please provide your input on naming for the following:
Input Mask Plugin
I'm presently planning a port of
http://digitalbush.com/projects/masked-input-plugin/ to jq ui. This
plugin is invoked by calling $(..).mask(..); It's original intent was
to provide input masking for text inputs. I've extended this to
include support for applying a mask pattern to other html display
elements (div, span, etc). Is 'mask' an appropriate name for this
plugin, or should we choose something more verbose like 'elementmask',
'inputmask', or 'masked'?
bgiframe
bgiframe will be ported to the jq ui framwork in the next few weeks
for testing. This has been planned for some time, per the wiki. Should
we choose a different name for this plugin to eliminate confusion
between the actual stand-alone bgiframe plugin and the plugin to be
used by jQuery UI?
DisableUI (http://wiki.jqueryui.com/DisableUI)
From the wiki; "Places a semi-transparent overlay over entire window
and makes all links and form controls in the main page completely
disabled (unable to recieve focus , out of tab order, etc.)" I am
planning an initial dev branch for a plugin which does just this and
will be making use of code already in the dialog plugin. It will also
be extended to allow for messages displayed within, and atop (zIndex)
the overlay. Since the verbiage used for this type of a behavior is
often simply 'overlay' (even the dialog plugin refers to it as such) I
would propose that we rename this as 'overlay'. Plugins such as the
dialog could then depend upon this plugin for that function.
Please do share your thoughts :)
Thanks,
Andrew