decloak logo
Cart cart | sign out  
Template and Menu Hot Sauce
MainFeaturesFLASH MoviesFAQCustomersOverview ONDownloadsBuy

1. Support Home
2. Common Error Messages
3. Useful Upgrade Tips
4. URL Path Confusion
5. Setting Keyboard
    Shortcuts
6. Sending Error Messages
7. Find And Replace Tips
8. RollOver Problems
9. Layout vs Standard View
10. Site Definitions
11. Editing Vertical
      Tree Menus
12. Recreate Site List
13. Update Site...
14. Web Page Width
15. Designing for
      Search Engines
16. Adjusting Tree
      Menu Margins
17. Set Focus On
      Text Box
18. Rename Folder
19. Dynamic Page
20. No Valid
      Editable Region
21. No Super
      Template
22. Initialize Folder
23. Initialize Combo Tree
24. Tree Line
      Customization
25. UnBalanced
      Editable Regions
26. Foreign Language
      & Special Characters
27. Adjust Row Menu Height of
      Vertical Tree Menu Items
 

  
    Dynamic Page  
0.  

Overview: You encounted and error

Whoops!!!
OK, we are almost there, however, I wasn't able to update the InstanceParam so that page will call the method, dynamicPageOnStateMenuItem() that is located in the JavaScript file, swapJs_DynamicPage.js, that was copied in the same folder as your dynamic page.

WORKAROUND:
You will need to manually change the Template Parameter for the dynamic page via

  1. Open the Dynamic Page in question.

  2. Goto Modify --> Template Properties

  3. Change OR Add to the Parameter, onLoadEventAddendum, the following value: dynamicPageOnStateMenuItem();


  4. note: include the semi-colon

  5. If you have other JavaScript calls, like wanting to set the focus of the cursor, simply add the additional code next to it.

For example:
  • dynamicPageOnStateMenuItem();document.myForm.mySearchTextBox.focus();


  • OR

  • dynamicPageOnStateMenuItem();document.myForm.myLoginID.focus();
What this will do is add the same information above to the BODY tag's onLoad event.

NOTE: because you got this message means you either didn't let the template parameter,
onLoadEventAddendum pass through, OR onLoadEventAddendum doesn't exist in the SUPER template in the first place; which means you will have to place that snippert of code there manually, which is really simple to do anyway.



So just follow the steps above and if you have any questions or problems, please do contact customer support.

 
   
 
       
terms of use | privacy policy
copyright © 2003 - decloak, inc. all rights reserved