Hello

I have the field "creditos" wich is not editable in the "modify" tab. This is 
my layouts-contrib.xml:


<?xml version="1.0"?>
<component name="cci.proyecto.bancomedial.layouts">
  <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager" 
point="layouts">
        <layout name="bancomedial">
      <templates>
        <template mode="any">/layouts/layout_default_template.xhtml</template>
      </templates>
      <rows>
                <row>
                  <widget>creditos</widget>
                </row>
           </rows>
           
           <widget name="creditos" type="text">
        <labels>
          <label mode="any">Creditos</label>
        </labels>
        <translated>false</translated>
        <fields>
          <field>bm:creditos</field>
        </fields>
        <widgetModes>
          <mode value="create">edit</mode>
          <mode value="any">view</mode>
        </widgetModes>
      </widget>
          
          </layout>
  </extension>
</component>

All i want is that this field could be editable in the "modify" tab. Is there 
something wrong with the widget definition? 

Thank you
--
Posted by "wildarmss" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2080#5687>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to