Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to write some text to the speech bubble when a save of a XSL file occurs, how I can get to the BasePage.speechBubble goodies from with the event?
Hi Peter,
As far as I can tell, the speechBubble is triggered client-side from "\umbraco\developer\Xslt\editXslt.aspx".
Take a look at the 2 JavaScript functions; "submitSucces()" and "submitFailure()", they make a call to:
top.UmbSpeechBubble.ShowMessage(icon, title, body);
If you want to change the 'Xslt file saved' text - then modify the "editXslt.aspx" directly. (But remember upgrades will overwrite your change).
Cheers, Lee.
I just wanted to add some text to it to let the user know if I'd tickled a file or not when you saved an XSL (see my other post for reasons).
Will have a poke aorund.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to get to the speech bubble when a save event fires?
I want to write some text to the speech bubble when a save of a XSL file occurs, how I can get to the BasePage.speechBubble goodies from with the event?
Hi Peter,
As far as I can tell, the speechBubble is triggered client-side from "\umbraco\developer\Xslt\editXslt.aspx".
Take a look at the 2 JavaScript functions; "submitSucces()" and "submitFailure()", they make a call to:
If you want to change the 'Xslt file saved' text - then modify the "editXslt.aspx" directly. (But remember upgrades will overwrite your change).
Cheers, Lee.
I just wanted to add some text to it to let the user know if I'd tickled a file or not when you saved an XSL (see my other post for reasons).
Will have a poke aorund.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.