Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Field type button in line

$
0
0
Well, the matter is we have a simple DynamicForm, and when we put a field type button, it renders breaking the line (above or below the current line) instead following line and behind the last field. Why could be this?

Here is a source code example:
Code:

isc.defineClass("FrmPieImpresionGeneral", AtlasBasFormulario).addProperties({       
    valuesManager:isc.ValuesManager.create({
            ID:"unionFormImpresion"
        }),       
        _FormularioDinamico: null,
        /**
        *
        *        CAMPOS DEL FORMULARIO
        *
        */
        fields:
        [
                {        name:"VER_PANTALLA",
                        title: "Visualizar en pantalla"
                        ,type:"checkbox"
                        ,valueMap: {1:true,0:false}
                        ,defaultValue: 1
                },{
                        name:"IMPRESORA",
                        title: "Impresora",
                        value: impresoraSesion
                },{
                        name:"GUARDAR_SESION",
                        title: "Guardar en sesión"
                        ,type:"checkbox"
                        ,valueMap: {1:true,0:false}
                        ,defaultValue: 0
                },{
 name:"boton"
,type: "button"
}

Thanks in advance.



We are working under:
v9.1p_2014-06-11/PowerEdition Development SC and IExplrorer 10.0.9200 navigator, Eclipse Helios and Tomcat 7.0.28

Viewing all articles
Browse latest Browse all 4756

Trending Articles