Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digital Experience Group
TinyMCE
Commits
7a2f4cda
Commit
7a2f4cda
authored
Sep 19, 2011
by
Eric Rasmussen
Browse files
Fix extra quote mark typo
parent
eabddc50
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/unl/tooltip.html
View file @
7a2f4cda
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<title>
Add Tooltip
</title>
<script
type=
"text/javascript"
src=
"../../tiny_mce_popup.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/mctabs.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/form_utils.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/validate.js"
></script>
<script
type=
"text/javascript"
src=
"js/tooltip.js"
></script>
<script
type=
"text/javascript"
src=
"editor_plugin.js"
></script>
</head>
<body
id=
"link"
style=
"display: none"
>
<form
action=
"#"
id=
"unlTooltipForm"
>
<div
class=
"tabs"
>
<ul>
<li
id=
"general_tab"
class=
"current"
>
<span><a
href=
"javascript:mcTabs.displayTab('general_tab','general_panel');"
onmousedown=
"return false;"
>
Add Tooltip
</a></span>
</li>
</ul>
</div>
<div
class=
"panel_wrapper"
>
<div
id=
"general_panel"
class=
"panel current"
>
<table
border=
"0"
cellpadding=
"4"
cellspacing=
"0"
>
<tr>
<td
class=
"nowrap"
><label
for=
"href"
>
Tooltip Text
</label></td>
<td>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td>
<input
id=
"unlTooltipText"
name=
"unlTooltip"
type=
"text"
class=
"mceFocus"
value=
""
style=
"width: 200px"
"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<div
class=
"mceActionPanel"
>
<input
type=
"submit"
id=
"insert"
name=
"insert"
value=
"Set Tooltip"
/>
<input
type=
"button"
id=
"cancel"
name=
"cancel"
value=
"{#cancel}"
onclick=
"tinyMCEPopup.close();"
/>
</div>
</form>
</body>
<head>
<title>
Add Tooltip
</title>
<script
type=
"text/javascript"
src=
"../../tiny_mce_popup.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/mctabs.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/form_utils.js"
></script>
<script
type=
"text/javascript"
src=
"../../utils/validate.js"
></script>
<script
type=
"text/javascript"
src=
"js/tooltip.js"
></script>
<script
type=
"text/javascript"
src=
"editor_plugin.js"
></script>
</head>
<body
id=
"link"
style=
"display: none"
>
<form
action=
"#"
id=
"unlTooltipForm"
>
<div
class=
"tabs"
>
<ul>
<li
id=
"general_tab"
class=
"current"
>
<span><a
href=
"javascript:mcTabs.displayTab('general_tab','general_panel');"
onmousedown=
"return false;"
>
Add Tooltip
</a></span>
</li>
</ul>
</div>
<div
class=
"panel_wrapper"
>
<div
id=
"general_panel"
class=
"panel current"
>
<table
border=
"0"
cellpadding=
"4"
cellspacing=
"0"
>
<tr>
<td
class=
"nowrap"
><label
for=
"href"
>
Tooltip Text
</label></td>
<td>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td>
<input
id=
"unlTooltipText"
name=
"unlTooltip"
type=
"text"
class=
"mceFocus"
value=
""
style=
"width: 200px"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<div
class=
"mceActionPanel"
>
<input
type=
"submit"
id=
"insert"
name=
"insert"
value=
"Set Tooltip"
/>
<input
type=
"button"
id=
"cancel"
name=
"cancel"
value=
"{#cancel}"
onclick=
"tinyMCEPopup.close();"
/>
</div>
</form>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment