Changes

From SME Server
Jump to navigationJump to search
Line 48: Line 48:  
           value="foo" validation="my_routine"
 
           value="foo" validation="my_routine"
 
           ===> my_routine(foo)
 
           ===> my_routine(foo)
 
+
 
           value="foo" validation="my_routine(42)"
 
           value="foo" validation="my_routine(42)"
 
           ===> my_routine(foo, 42)
 
           ===> my_routine(foo, 42)
Line 123: Line 123:  
The routine will return undef if it can’t figure out what page you want.
 
The routine will return undef if it can’t figure out what page you want.
   −
      Examples:
+
Examples:
    
           my %errors = $fm->validate_page(3);
 
           my %errors = $fm->validate_page(3);
Line 164: Line 164:  
More information about FormMagick may be found at http://sourceforge.net/projects/formmagick/
 
More information about FormMagick may be found at http://sourceforge.net/projects/formmagick/
 
        
 
        
[[Category:Howto]]
+
 
 
[[Category:SME Server Development Framework]]
 
[[Category:SME Server Development Framework]]
 
[[Category:Development Tools]]
 
[[Category:Development Tools]]
[[Category:SME9-Development]]
 

Navigation menu