Can I made the "create page" macro link into a html button?

Sandro Rabbiosi July 4, 2012

Quick Question:

How could I make the blue link output which I see on any page where the "create page" macro is embedded

into a classic html button?

Here is the macro site: https://marketplace.atlassian.com/plugins/com.adaptavist.confluence.createpage

For instance, I have managed to do so with the confluence "createblogpost" action command,

<FORM>
<INPUT TYPE="BUTTON" VALUE="Add News" ONCLICK="window.location.href='http://khp.koerber.de/pages/createblogpost.action?spaceKey=AUT&labelsString=automation'">
</FORM>

I would be greatful for any help in this matter, thanks again!

Sandro

1 answer

0 votes
Sandro Rabbiosi July 5, 2012

A collegue told me I could try using a jQuery approach, integrated into a HTML macro on a confluence page:

<script type="text/javascript" src="jquery.js" />

<script type="text/javascript">

var addpage = 'http://khp.koerber.de/plugins/createpage/createandviewpage.action?parentId=&spaceKey=FEED&prefix=&postfix=&title=TITLE';

<FORM> <INPUT TYPE="BUTTON" VALUE=" Add News" ONCLICK =“window.location.href=’addpage’”> </FORM>

</script>

But still doesn`t work, have probably made a silly mistake somewhere, any thoughts?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events