Skip to main content

Questions tagged [pageblock]

0 votes
2 answers
371 views

Is it possible to show a Visualforce PageBlock in a grid? I am looking to have 3 pageblocks horizontally on the page like below:
Alan's user avatar
  • 27
0 votes
1 answer
2k views

I am trying the show the visualforce page with the pageblock section having id=table1 as hidden when it loads. When the user clicks the Execute button, then only the pageblock needs to be visible. I ...
Kiran G's user avatar
  • 19
0 votes
1 answer
207 views

My VF page has input sections for which I want each section to have the tab-key order to be set Top-Down as one can set for a page layout as below. Is there a way to do this other than setting the ...
Irene's user avatar
  • 2,005
2 votes
1 answer
553 views

I have a Visualforce page using slds styling, and some of it works and some of it doesn't. The pageBlock title does not have the shaded area around it - just displays the text in bold The ...
Irene's user avatar
  • 2,005
0 votes
1 answer
784 views

I have a form in visualforce page. Once user fills out that form and hits 'Get Information' button, on the backend I am running a SOQL query to fetch leads and contacts based on the information ...
Anonymous's user avatar
0 votes
1 answer
729 views

I have a Visualforce page, which is showing table. <apex:page controller="TestControllerForIssue"> <style type="text/css"> .myClass { width: 50px; } <...
वरुण's user avatar
0 votes
0 answers
2k views

I am using 2 pageBlocks in a visualforce page. One is rerendering other based on the selsctions. I want to convert the whole visualforce page into lightning but not getting the clear idea of how can I ...
sami ullah's user avatar
0 votes
0 answers
618 views

<apex:outputPanel id="filterBlock"> <apex:pageBlock rendered="{!isLoadPage}"> <div style="width:35%;" id="maindiv"> <apex:pageblocksection > <apex:...
ram135868's user avatar
0 votes
0 answers
166 views

i'm trying to show pageblock button in bottom side but its not showing on bottom only showing in top location how to set bottom Component.Apex.pageBlockButtons pbButtons = new Component.Apex....
cloudZigZag's user avatar
  • 1,396
0 votes
1 answer
391 views

I want to disable the pageblock section when the checkbox is checked,enable it when the check box is unchecked. I had tried with rerender but it is not working as expected. Note:The checkbox is ...
subramanya_C's user avatar
1 vote
1 answer
964 views

I have a requirement where I want a section to render depending on a value of a controller variable. If the section is not rendered I want an error message to be displayed. I have the following piece ...
Rimii's user avatar
  • 371
0 votes
1 answer
53 views

This is class public class Displayprods1 { public List<OpportunityLineItem> proList{get;set;} public list<wrapper1> wrp{get;set;} List<OpportunityLineItemwrapper> ...
bingi's user avatar
  • 1
3 votes
2 answers
5k views

Situation I have a simlpe visualforce page, where inside a pageblocksection i have put a html Button. <apex:page controller="myTestPage" > <apex:form rendered="{!AND(NOT(isError))}" &...
Klodj_Meta's user avatar
5 votes
1 answer
4k views

I have a visual force page which uses pageblock tag: <apex:pageblock title="Sample"> </apex:pageblock> I would like to make the background color of title="Sample" as green. How can I add ...
SfdcBat's user avatar
  • 4,759
0 votes
0 answers
98 views

I have two pageBlocksection and i put QuickSave action on first PageBlocksection and it's working fine and it's rerender the next pageBlocksection but Now, i want one button on Second pageBlocksection ...
Nihar's user avatar
  • 1,180

15 30 50 per page