- This topic has 6 replies, 2 voices, and was last updated 4 months, 2 weeks ago by .
-
Topic
-
Hello guys!
I have a suggestion for future MetaBox versions — is it possible to add a TITLE attribute automatically based on the ID of a metabox field? It is super useful when you are developing interfaces based on metaboxes.
You just move the cursor on top of it and the browser tooltip refreshes your memory with a instantaneous info!
Otherwise you need to check the source code or use other cluttering tools for a so simple process.
When editing in admin metaboxes fields are generated this way:
<input size="30" type="text" id="famicom" class="rwmb-text" name="famicom" />
My suggestion:
<input size="30" type="text" id="famicom" class="rwmb-text" name="famicom" title="famicom" />
Where the "title" attribute is equal as the field ID. And of course, to apply not only on INPUT:text, but also in all kind of fields generated by MB plugin!
What do you think?
Thank you so much for this wonderful suite of MAGIC!
Love metaBox!G.
- You must be logged in to reply to this topic.