Jump to content
  • 0

Emulate A Buttom On Footer


ShidarthaRosa

Question

Hi!

 

Is there any way to include a buttom at the footer of a tabular report, like the submit buttom used on Submission Forms?

 

I would like to create a buttom at the footer of a tabular report, that will send the user for another webpage. And i would like to use the same style as a Submission Form buttom.

 

How can i do that?

 

Regards,

 

Shidartha 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi Shidartha !

 

Yes , you definitely can .

 

Please insert the following script into the Footer of you tabular Report :

<button style="color:red;cursor:pointer"onclick="window.location.href='http://YOUR_WEB_SITE.html' ">Button_Name</button> 

You can find a style of a Submission Form button in a Style associated with your Data Page. 

 

Go to Style settings ->Form/Details Datapage Elements -> Buttons.

Select " Source" Tab and find the following line :

 

.cbSubmitButton
{
/*Submit Button Attributes*/

 

Here you can find attributes of the Submission Button which you may  use for your Button in the Footer.

 

Hope this information helps. 

 

Regards, Aurora

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...