• davedb
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

Hello Board,

 

in fact that i have to create a new layout of our salesforce application, i have to remove the header and sitebar with apex showHeader="false". But how can i create the tab navigation on my own?

 

Are there some apex commands to create the tab navigation?

 

Best regards

David

  • January 29, 2010
  • Like
  • 0

Hello Board,

 

with the following code, i can display the detail view of accounts:

 

 <apex:page standardController="Account">
     <apex:detail />
</apex:page>

 

 

But how can i load the page with the editable input fields. This page appears, if i edit an account. Can i do this with something similiar like  <apex:detail mode="edit"/> or else?

I can´t find this neither in the documentation nor in the cheatsheet.

 

Thanks for any hint!

 

Best

David

  • January 29, 2010
  • Like
  • 0

Hello Board,

 

my name is David and i´m new to visualforce development. 

 

We´ve like to change the interface and appearance of our salesforce.com platform. I like to change the tabnav to the following:

 

Layout

 

(German Layout)

 

You see: no tab navigation at the top and some more rounded corners :)

Is this generally possible?

 

Can i do this via some static style resources by inserting them in the current pages or do i have to re-develop the pages instead?

 

Best regards and thanks for any hints!

David 

  • January 27, 2010
  • Like
  • 0

Hello Board,

 

in fact that i have to create a new layout of our salesforce application, i have to remove the header and sitebar with apex showHeader="false". But how can i create the tab navigation on my own?

 

Are there some apex commands to create the tab navigation?

 

Best regards

David

  • January 29, 2010
  • Like
  • 0

Hello Board,

 

my name is David and i´m new to visualforce development. 

 

We´ve like to change the interface and appearance of our salesforce.com platform. I like to change the tabnav to the following:

 

Layout

 

(German Layout)

 

You see: no tab navigation at the top and some more rounded corners :)

Is this generally possible?

 

Can i do this via some static style resources by inserting them in the current pages or do i have to re-develop the pages instead?

 

Best regards and thanks for any hints!

David 

  • January 27, 2010
  • Like
  • 0