I have a tool on my application. It is a plus tooltip type that has some length to the text that I set up in the Architect. Can someone tell me how to fix this?
This is the code:
Screen Shot 2015-02-17 at 1.41.11 PM.png
Text in tooltip does not fit in display box
I am using:
Code:
<! DOCTYPE html>
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
<title>MySchool</title>
<scriptsrc="http://ift.tt/1Foy0fJ"></script>
<scriptsrc="http://ift.tt/1L7Haf8"></script>
<linkrel="stylesheet"href="http://ift.tt/1Foy0fN">
<scripttype="text/javascript"src="app.js"></script>
</head>
<body></body>
</ html >
This is the code:
Code:
Ext.define('MySchool.view.subject.SubjectNewTool', { extend: 'Ext.panel.Tool',
alias: 'widget.subjectnewtool',
id: 'toolnewsubjects',
tooltip: 'Create/Edit subjects and term/quarters',
type: 'plus',
initComponent: function() {
var me = this;
me.callParent(arguments);
}
});
Screen Shot 2015-02-17 at 1.41.11 PM.png
Text in tooltip does not fit in display box
Aucun commentaire:
Enregistrer un commentaire