Results 1 to 4 of 4

Thread: FormBase vs editviewdefs...

  1. #1
    maxime.lambert is offline Senior Member
    Join Date
    Apr 2009
    Posts
    24

    Question FormBase vs editviewdefs...

    Hi,

    Is there any documentation about popupMeta definition ? I would like to use a button "Create" that would load editviewdefs.php, not ContactFormBase.php...

    PHP Code:
    $popupMeta 
    array(
       
    'moduleMain' => 'Contact',
       ...
       
    'create' =>
       array(
          
    'formBase' => 'ContactFormBase.php',
          
    'formBaseClass' => 'ContactFormBase',
          
    'getFormBodyParams' => array('','','ContactSave'),
          
    'createButton' => $mod_strings['LNK_NEW_CONTACT']
       ),
       ...
    ); 
    Thanks....

  2. #2
    maxime.lambert is offline Senior Member
    Join Date
    Apr 2009
    Posts
    24

    Default Re: FormBase vs editviewdefs...

    Any ideas ?
    Thanks !

  3. #3
    synoveo is offline Junior Member
    Join Date
    Jan 2009
    Posts
    3

    Default Re: FormBase vs editviewdefs...

    Hi,

    I have the same problem, do you find a solution?

    thanks

  4. #4
    maxime.lambert is offline Senior Member
    Join Date
    Apr 2009
    Posts
    24

    Default Re: FormBase vs editviewdefs...

    No I don't.

    Does anyone know where I can find documentation about it? It sounds complicated...
    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. changes to editviewdefs overwritten by studio
    By mikesolomon in forum Developer Help
    Replies: 11
    Last Post: 2008-10-16, 05:57 PM
  2. Add a custom field to a formbase, like ContactFormBase
    By Barlow in forum Developer Help
    Replies: 0
    Last Post: 2008-07-09, 08:44 PM
  3. editviewdefs.php missing??
    By WillieB in forum Installation and Upgrade Help
    Replies: 6
    Last Post: 2008-04-11, 05:45 PM
  4. editviewdefs
    By Jimbobway in forum Developer Help
    Replies: 1
    Last Post: 2008-02-01, 02:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •