This topic is locked

Menu

12/21/2009 9:23:57 PM
ASPRunnerPro General questions
A
andie.caron author

Is there a way to disable or choose not to use menus?
I ask because we have a menu structure in another app that the powers that be would like us to use.
Also, on a form we are calculating several numbers that we need to automatically show the results on a page. We've figured out that we have to use something like this: onKeyUp="calcTotal()", but when we try to use it in the editor, it does nothing - no error is displayed or generated, so we think the code is fine. Any ideas on this.
Thanks.
Andie

J
Jane 12/22/2009

Andie,
you can turn off menu in the Menu Buider on the Visual Editor tab.
To add JavaScript events for the controls on the add/edit page switch toHTML mode on the Visual Editor tab and add following code:

<script>

document.forms.editform.value_FieldName.onkeyup = function()

{

calcTotal();

}

</script>
A
andie.caron author 12/22/2009



Andie,
you can turn off menu in the Menu Buider on the Visual Editor tab.
To add JavaScript events for the controls on the add/edit page switch toHTML mode on the Visual Editor tab and add following code:

<script>

document.forms.editform.value_FieldName.onkeyup = function()

{

calcTotal();

}

</script>



Thanks Jane. Yeah I feel like a dope - I knew that you could turn off menus like that. Doh <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46362&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />.
Thanks for the snippet I'll give that a shot <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46362&image=2&table=forumreplies' class='bbc_emoticon' alt=':)' />
Have a Merry Xmas and all the best.
Andie

D
danivale 12/30/2009

I can't see the turn off menu in the Menu Buider on the Visual Editor tab

Where is it? I have the same problem to hide it

Thanks



Thanks Jane. Yeah I feel like a dope - I knew that you could turn off menus like that. Doh <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46526&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />.
Thanks for the snippet I'll give that a shot <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46526&image=2&table=forumreplies' class='bbc_emoticon' alt=':)' />
Have a Merry Xmas and all the best.
Andie

J
Jane 1/7/2010

Hi,
unfortunately there is no easy way to turn off menu.

D
danivale 1/7/2010

Ops!! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46738&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />



Hi,
unfortunately there is no easy way to turn off menu.