[gen] For Strings with validator=String.URL, an HTML link is rendered in view layouts; added a 'real' 'state' field to any Appy class, allowing to use it in search screens for example; added 2 hook methods: getIcons and getSubTitles, allowing to add, in lists of objects (Refs or queries), icons besides the title and anything below it; optimized query.pt: for every new query, 1 server request is done (previously, one standard request + one ajax request were done); removed columns 'actions' (Refs, query): action icons are not included in the column containing the title (we avoid having empty columns whhen no action is available).
This commit is contained in:
		
							parent
							
								
									7240561f7f
								
							
						
					
					
						commit
						4a69a3beb2
					
				
					 20 changed files with 142 additions and 131 deletions
				
			
		|  | @ -92,11 +92,12 @@ img { border: 0; vertical-align: middle} | |||
| .list { border: 1px solid grey; margin-bottom: 3px;} | ||||
| .list td, .list th { border: 1px solid grey; | ||||
|                      padding-left: 5px; padding-right: 5px; padding-top: 3px;} | ||||
| .list th { background-color: #d7dee4; font-style: italic; font-weight: normal;} | ||||
| .list th { background-color: #d7dee4; font-style: italic; font-weight: normal; | ||||
|            text-align: left } | ||||
| .grid th { font-style: italic; font-weight: normal; | ||||
|            border-bottom: 2px solid grey; padding: 2px 2px;} | ||||
| .grid td { padding-right: 5px; } | ||||
| .cellGap { padding-right: 0.4em; } | ||||
|            border-bottom: 2px solid grey; padding: 2px 2px } | ||||
| .grid td { padding-right: 5px } | ||||
| .cellGap { padding-right: 0.4em } | ||||
| .cellDashed { border: 1px dashed grey !important } | ||||
| .noStyle { border: 0 !important; padding: 0 !important; margin: 0 !important; } | ||||
| .noStyle td { border:0 !important; padding:0 !important; margin:0 !important; } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gaetan Delannay
						Gaetan Delannay