mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
-Adds tooltips to all dialog-based form fields, to describe what each field represents. The tooltip appears on focus of the field, and hides once the field is blurred. -Documentation content is pulled from a new namespace 'cloudStack.docs', under docs.js. A new attribute, 'docID' is then specified on each createForm field to link the field to a specific tooltip string. -If no docID is specified, then no tooltip is rendered. -This only applies to the 'generic' forms that are rendered using the createForm widget -This still needs to be localized Conflicts: ui/index.jsp ui/scripts/configuration.js ui/scripts/network.js ui/scripts/ui/dialog.js ui/scripts/vpc.js