Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

Plumsail To change the modal popup window size you can try injecting the CSS to the SharePoint list view page

div.od-Dialog-main {
	width: 900px !important;
	height: 900px !important;
}

.od-Dialog-main--lg {
	width: 900px !important;
	max-width: 1000px !important;
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: Plumsail - DataTable Populating Dropdown 
Javascript :: js delete without changing index 
Javascript :: command for importing fetchgraphqlquery in nextjs 
Javascript :: html5 javascript json vertical colom grap 
Javascript :: ongobd add key value to record 
Javascript :: return the remainder from two numbers javascript 
Javascript :: mongoose auto delete after time 
Javascript :: get object property dynamically liquid 
Javascript :: javascript array includes time complexity 
Javascript :: Javascript - Dependency between arguments of partial applications 
Javascript :: how to create your own event emitter in javascript 
Javascript :: count object based on status and shop using javascript 
Javascript :: AngularJS get ETag header from $http.put request 
Javascript :: How to set up path paramater in angular and access in the controller 
Javascript :: Porting Promise.all functionality from AngularJs to VueJs 
Javascript :: I am getting an error "createSpyObj requires a non-empty array" with running unit tests, which were executed perfectly before 
Javascript :: Reanimated2 interpolateNode to animate opacity error "undefined is not an object 
Javascript :: mutexify 
Javascript :: get the character code in a string 
Javascript :: image react not showing 
Javascript :: morgan 
Javascript :: nodejs passport starter template with username and password 
Javascript :: Getting Terms From An Array 
Javascript :: convert json date to java date 
Javascript :: counter using redux 
Javascript :: miragejs createServer timing 
Javascript :: Get First Second Third Term In Array 
Javascript :: An Array Of Functions With Parameter 
Javascript :: JavaScript HTMLCollection Object 
Javascript :: js filter out html 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =