Results 1 to 2 of 2

Thread: problem in option creation

  1. #1
    ojalà is offline Senior Member
    Join Date
    Dec 2008
    Posts
    28

    Default problem in option creation

    Hi!
    I need to create this element with sugar in a particular modules in EditView and DetailView. This is the first time I use sugra, can you help me?

    the optin that Ineed to create is caracterize but text and text area like this:

    Check in dalle ore [ TEXT AREA ] alle ore [ TEXT AREA ]

  2. #2
    genius786's Avatar
    genius786 is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Karachi, Pakistan
    Posts
    129

    Smile Re: problem in option creation

    Hi,

    According to me, you can create a simple field with the name which you want and put in Edit View and Detail View where you want through STUDIO.

    After it change in the custom/modules/<MODULE NAME>/metadata/editviewdefs.php or detailviewdefs.php
    with the following code:

    PHP Code:

     
    array (
                  
    'label' => 'LBL_OF_YOUR_FIELD',
                  
    'name' => 'name_of_your_field',
                
    'customCode' => ' <TEXTAREA name="{$fields.name_of_your_field.name}"  value="{$fields.name_of_your_field.value}" rows="2" cols="20"> </TEXTAREA>',
              ), 
    I think the above code is enough which you want



    Best regards,
    SARFARAZ AHMED KHAN
    Karachi, Pakistan
    skype: genius_crystal
    genius_crystal@hotmail.com
    92-314-2595624

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to add SMS option in sugarCRM ?
    By prasanna515 in forum Developer Help
    Replies: 13
    Last Post: 2012-04-25, 03:17 AM
  2. Sendout Option
    By johnnyo in forum Developer Help
    Replies: 0
    Last Post: 2008-02-09, 11:36 PM
  3. Problem in subpanel creation
    By jaldip in forum Developer Help
    Replies: 0
    Last Post: 2007-05-18, 02:45 PM

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
  •