• Problem with editing documents

    By zxserg user 1 decade ago

    Hello,

    I'm trying to make a page for editing documents. But there is a problem with editable fields. The current value of the field is not displayed in the Edit Box. It is always empty. How to make page for editing fields with mobile controls? I haven't found any examples of this in MobileControls templates.


                                                                styleClass="xspInputFieldEditBox">
                                   
                                                                             myDoc.getDocument().getItemValueString("subject");
                                      }}]]>
                                   
                                    
                               

    • found the solution

      By zxserg user 1 decade ago

      It works!

                                                                  id="inputSubj" styleClass="xspInputFieldEditBox" required="true"
                                      disableClientSideValidation="true">