Results 1 to 3 of 3

Thread: <slot> tag in DetailView.html, EditView.html, ...?

  1. #1
    sugarcrmvn is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default <slot> tag in DetailView.html, EditView.html, ...?

    Hello All,
    I don't know the usage of <slot> tag in DetailView.html, EditView.html, ....

    Can you explain more?

    Another question, Please see the following image:

    I want to align left 2 blue cycle. How can I must do?

    Thanks.
    Attached Images Attached Images  
    Last edited by sugarcrmvn; 2006-04-06 at 09:09 AM.
    OS: Window XP SP2
    Web Server: Apache 2.0.55
    PHP: 5.1.2
    MySQL: 4.1.11
    Sugar Suite: 4.0.1e

  2. #2
    wagnerbl is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    330

    Default Re: <slot> tag in DetailView.html, EditView.html, ...?

    1) the slot is used on the javascript in the Studio to position the object on the screen.
    2) you have the width ptoprierty on the td, you can try to set the 4 to a same value.
    example
    HTML Code:
    <table border=0 cellspacing='0' cellpadding=0>
    <tr>
    <td width=40%>test</td>
    <td width='60%'>test2</td>
    </tr>
    </table>
    try using this html as a reference

  3. #3
    sugarcrmvn is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Re: <slot> tag in DetailView.html, EditView.html, ...?

    That's OK

    Many thanks.
    OS: Window XP SP2
    Web Server: Apache 2.0.55
    PHP: 5.1.2
    MySQL: 4.1.11
    Sugar Suite: 4.0.1e

Thread Information

Users Browsing this Thread

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

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
  •