Hi everybody;
i try to define a new user type i succeed  to do that but the problem is 
i can't see view user, if someone have the solution i need it.
ui-type.xml file:
...
  <type id="User" coretype="User">
    <label>User</label>
    <icon>/icons/user.gif</icon>
    <default-view>view_user</default-view>
    <layout mode="any">
      <widget schemaname="myuser" fieldname="username"/>
      <widget schemaname="myuser" fieldname="firstname"
         jsfcomponent="h:inputText" />
      <widget schemaname="myuser" fieldname="lastname"
        jsfcomponent="h:inputText" />
      <widget schemaname="myuser" fieldname="email"
        jsfcomponent="h:inputText" />
      <widget schemaname="myuser" fieldname="division"
        jsfcomponent="h:inputText" />
      <widget schemaname="myuser" fieldname="equipe"
        jsfcomponent="h:inputText" />
    </layout>
  </type> 
...
thanks in advance
lartno
--
Posted by "lartno" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2767#7980>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to