How do I stop links from wrapping in DNN 4.9.x - hyperlink

I am having a problem with links wrapping. How do I prevent this?
![Wordwrap][1]
[1]:

You might try the <nobr> tag.
for example:
<nobr>my long link</nobr>

Related

What is the meaning of "file:///"?

Wath's the meaning of "file:///"?? I have just used it in ReportViewer to identify a path in an expression but I really don't know the meaning of it.
Thanks
Found it!
https://learn.microsoft.com/en-us/previous-versions/aa767731(v=vs.85)
Searching for "file:///" on the search engines does not give any usefull results :)
Thanks!

Anyone know how to disable polymer iron-autogrow-textarea input?

Can't find any info on this.
Simply trying to use 'disabled' on my iron-autogrow-textarea with no avail. Doesn't work anyway i try it, javascript or directly on element. Documentation also doesn't seem to give any insight.
Anyone have any info? Am i missing something simple?
<iron-autogrow-textarea disabled style="border:none; width: 80%;" bind-value="{{bookingDetails}}"></iron-autogrow-textarea>
Thanks everyone,
Ryann.
Ok guys,
Here's the solution, i noticed there is a child textarea which i need to select directly, in my situation i used the code below. 'job_details' is the id of the autogrow-textarea.
this.$.job_details.querySelector('textarea').disabled = true;
Thanks for checking it out.

How can I get jqzoom position absolute?

I'm trying to make JQzoom's zoompad absolute positioning on my page. I did try to change the CSS but it doesn't work.
Can anyone please help?
problem solved, I have found another image-zoom plugin to solved the position need. The plugin call Easyzoom if you like to know. link: http://cssglobe.com/jquery-plugin-easy-image-zoom/

DNN jQuery conflict - pop up window won't close

I'm working on a DNN site that has been set up before my time here.
There's some conflict with the jQuery I believe, which prevents the modal pop up window in the attached calendar (link) events to not close properly:
http://www.sim-one.ca/NewsandEvents/calendar-of-events.aspx
I tried eliminating one script call at a time to see which one could be messing this up to no avail.
When I test this with the default theme it works like a charm.
Any ideas? Anyone came across something like this before?
Thank you!
You've got plenty of 404 errors on that page, ensure first, that files are in their place.
For example, http://www.sim-one.ca/NewsandEvents/Portals/_default/Skins/SimTwo/includes/js/jquery.listnav-2.1.js was not found. Ensure this path exists.
I agree with Anrie that your references are broken. For example, http://www.sim-one.ca/NewsandEvents/Portals/_default/Skins/SimTwo/includes/css/custom-theme/jquery-ui-1.8.9.custom.css is showing 404 but http://www.sim-one.ca/Portals/_default/Skins/SimTwo/includes/css/custom-theme/jquery-ui-1.8.9.custom.css
You can just use links like :
/Portals/_default/Skins/SimTwo/includes/css/custom-theme/jquery-ui-1.8.9.custom.css in order to fix this in skin file or use <%= SkinPath %>.
Try adding return false; on your event after calling the dnnModal.show()

Mathjax after Ajax call

So my problem is as follow:
So firstly, I made a ajax call to another page and replaces some of the elements in my current DOM with the new information, which utilize Mathjax to render their math formulas. However, after my ajax call, Mathjax doesn't seem to be loaded again thus not rendering the math formulas for my new math formulas. Does anyone have encountered this before? What is the solution?
Thanks a lot
This Mathjax documentation page should help you a lot.
For example, it has MathJax.Hub.Queue(["Typeset",MathJax.Hub]); method call to update every new node on the page.
In addition to Daniel O'Hara answer you also might try to call MathJax.Hub.Queue(["Reprocess",MathJax.Hub]). Or call MathJax.Hub.Typeset() directly but its not recommended to do so in production

Resources