Results 1 to 2 of 2

Thread: editview panel - only 1 table column

  1. #1
    lenz1979 is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    68

    Default editview panel - only 1 table column

    Hi!

    default the detail and editview have 4 columns.

    PHP Code:
    ...
    <
    td>label</td><td>input</td><td>label</td><td>input</td>
    ... 
    in a detailview i want a panel that only has 2 columns.

    PHP Code:

    panel1
    :
    <
    td>label</td><td>input</td><td>label</td><td>input</td>

    panel2:
    <
    td>label</td><td>input</td

    is it possible to specify the column count within a panel in an editview so that i can have different column counts within one page?

    otherwise i can only use halfe of the page-width.

  2. #2
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: editview panel - only 1 table column

    By default the entire sure form will have the same columns counts.
    There is some alternatives for you have different "columns" in some page.

    1. Using custom code.
    2. Using computed fields rendred by a function.
    3. Create your own field types (as sugar address field) .
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2010-08-23, 10:47 AM
  2. Replies: 1
    Last Post: 2010-07-28, 09:49 AM
  3. contents column of the user_preferences table
    By Mithun in forum Developer Help
    Replies: 1
    Last Post: 2010-03-05, 08:43 AM
  4. 3 Column detailview and editview
    By imran123 in forum Feature Requests
    Replies: 0
    Last Post: 2009-05-25, 04:52 PM
  5. Replies: 1
    Last Post: 2008-11-05, 02:18 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
  •