Dashboard helper questions...
Permalink
I am trying to build a sing page for the dashboard, I can't figure out how to enable MCE on a text area.
I am also trying to figure out the proper way to open a page as a popup.
I am also trying to figure out the proper way to open a page as a popup.
dialog-title="This is the dialog title."
dialog-modal="false"
dialog-width="550"
dialog-height="380"
id="myDialog"
href="/tools/file.php">This is the link</a>
<script type="text/javascript">
$(function() {
$("#myDialog").dialog();
});
</script>
Found out the modal...