Questions tagged [page-layout]

Page layout is the part of graphic design that deals in the arrangement and style treatment of elements (content) on a page

124 questions
1
vote
1 answer

ul list layout depending on window width

I saw this page where, when you change the window width, the layout change with simple animation. Does anybody know the name of this plug-in so I can look for some tutorials? I tried to look at the source code but I can't find anything useful.
Nicolaesse
  • 2,554
  • 12
  • 46
  • 71
1
vote
2 answers

Wicket head tag rendered twice for pages extending a base page

I'm porting our existing web application from Wicket 1.4 to 1.5. In the app there are two template pages which are children of a base page. The templates are named secure and unsecure, and they define pages for authenticated and unauthenticated…
sardo
  • 2,731
  • 3
  • 19
  • 18
1
vote
1 answer

May I customize 'edit custom object records' page layout on SalesForce?

For example, to create or edit an object, when I want to add or change some value to one specific field, I need to refer another website to retrieve some info.In this way, may I add one button or link on the edit page? The help link of SalesForce is…
rshi
  • 56
  • 1
  • 5
0
votes
1 answer

Django admin: place inlines on the side

In Django admin (possibly powered by django-grappelli), is there a way to place inlines on the right on the main form, instead of below? I would like to have the page split into two column: the main form on the left and the related items (inlines)…
Don
  • 16,928
  • 12
  • 63
  • 101
0
votes
4 answers

What is the best way to clear floated elements in CSS?

What is currently considered the best way to clear CSS floated elements that will: Keep the HTML markup as semantic and free of unnecessary elements as possible, and Be a cross-browser, cross-platform solution that works reliably for the majority…
jmlane
  • 2,109
  • 1
  • 16
  • 24
0
votes
0 answers

Kivy Pagelayout interact with every page created dynamically

So i am trying to build app to learn words in different languages. You create a folder(dict) with a word in one language as a key and as a value you put translated word. Now ive made a PageLayout which creates as many buttons in pagelayout as many…
0
votes
0 answers

Salesforce: Unable to add an expanded lookup component into page layout

What I've to do is relatively simple: I would like to add Account object to Order Summary page Layout in details section, as showed in the image below. In OrderSummary there is a look-up relationship to Account, so I'm able to see an Account label…
0
votes
1 answer

update availableOptions for multiselect Picklist through Apex trigger

I have created a multiselect picklist which shows the list of users on a custom object. I want to update the available values on this picklist through trigger on User object whenever there is a new user created. I do not want to update the Chosen…
0
votes
1 answer

Dynamic form fields on lightning record page is not working

I am trying to enable lightning dynamic form of case page layout on the lightning record page in my dev sandbox. I don't see any option for the same. However, I have done this previously for the same sandbox for other object. Please advise if I am…
0
votes
1 answer

how to implement pagelayout?

At the moment, I have a simple application that draws ellipses at the points of pressing, and saves a screenshot on the "Next" button. How to add this bundle of existing widgets to pagelayout so that when the button is clicked, a new page appears,…
0
votes
1 answer

NullReferenceException thrown in "GetAvailablePageLayouts"

I ran into this error recently when trying to get all the page layouts in a publishing site (Microsoft.SharePoint.Publishing.PublishingWeb) from a custom layouts page in a subsite. The code worked on a VM server using a site created from the…
brentlightsey
  • 2,026
  • 1
  • 19
  • 23
0
votes
3 answers

Content is overflowing from the body

I am facing an issue where the content overflow out of the page I have tried adding the with: 100% to the body, main div but still the content is overflowing and I can see that issue in mobile view, I guess the same issue may happen in Desktop view…
Priya
  • 49
  • 1
  • 9
0
votes
0 answers

I cannot seem to get my rMarkdown code to honour the styles in my reference_docx document

I am trying to output a word document and use the reference document to force landscape orientation and a specific table format as the default. I even tried to add the line - classoption: landscape. I am relatively new to R so please be gentle with…
Sdunn
  • 31
  • 1
  • 2
0
votes
1 answer

Related list New recorods doesnt show any fields

Service Resource Skill is a junction object between Skill and Service Resource which shows as a related list in the Service Resource object. When I am trying to create a new Service Resource Skill, none of the fields are showing.
0
votes
1 answer

Action not visible in page layout setup

I have created an action to show a lightning component on the contact record: When I go to the page layout editor I am not able to see the button to add to the page layout. I tried with global action but that also doesn't seem to be working. What…
वरुण
  • 1,237
  • 3
  • 18
  • 50
1 2 3
8 9