Difference between revisions of "Agregar select record"

From ABCD Wiki
Jump to: navigation, search
(Created page with "<big>Utilizando tablas</big> <pre> '<table>'/ '<td>',@select_record.pft,'</td>' '<td>'COLOCAR AQUÍ TODO EL FORMATO DE DESPLIEGUE'</td'> '</table>'...")
 
 
Line 12: Line 12:
 
<pre>
 
<pre>
 
     '<div style="display: flex;">'
 
     '<div style="display: flex;">'
           '<div style="flex: 0 0 20px;vertical-align:top;">'
+
           '<div style="flex: 0 0 50px;vertical-align:top;">'
 
                 ,@select_record.pft,
 
                 ,@select_record.pft,
 
           '</div>'
 
           '</div>'

Latest revision as of 12:03, 25 January 2020

Utilizando tablas

     '<table>'/
        '<td>',@select_record.pft,'</td>'
        '<td>'COLOCAR AQUÍ TODO EL FORMATO DE DESPLIEGUE'</td'>
     '</table>'

Utilizando dos divisiones horizontales

     '<div style="display: flex;">'
          '<div style="flex: 0 0 50px;vertical-align:top;">'
                ,@select_record.pft,
          '</div>'
          '<div style="flex:1;vertical-align:top">'
              COLOCAR AQUÍ EL FORMATO DE DESPLIEGUE
          '</div>'
     '</div>'/