mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
96e49858fa
Objective: * Add multiline option to text input widget which uses a text area instead of a text input Changes: ve.ui.Widget.css * Add text area support for styles otherwise only targeting input elements ve.ui.InputWidget.js * Initialize input element using a method, so it can be fully customized (like making a text area or select input * Use val() to set the initial value, using jQuery's abstraction around inputs of various types ve.ui.TextInputWidget.js * Add multiline option which uses a text area instead of an input Change-Id: I1bf17c8c76b7f1708c57ee5e95160c071ddd00e9 |
||
---|---|---|
.. | ||
actions | ||
dialogs | ||
elements | ||
inspectors | ||
layouts | ||
styles | ||
tools | ||
widgets | ||
ve.ui.Action.js | ||
ve.ui.ActionFactory.js | ||
ve.ui.CommandRegistry.js | ||
ve.ui.Context.js | ||
ve.ui.Dialog.js | ||
ve.ui.DialogFactory.js | ||
ve.ui.Frame.js | ||
ve.ui.Inspector.js | ||
ve.ui.InspectorFactory.js | ||
ve.ui.js | ||
ve.ui.Layout.js | ||
ve.ui.Surface.js | ||
ve.ui.Tool.js | ||
ve.ui.Toolbar.js | ||
ve.ui.ToolFactory.js | ||
ve.ui.Trigger.js | ||
ve.ui.TriggerRegistry.js | ||
ve.ui.ViewRegistry.js | ||
ve.ui.Widget.js | ||
ve.ui.Window.js | ||
ve.ui.WindowSet.js |