EasyUI Forum
April 28, 2024, 08:02:39 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / General Discussion / Re: Display documents in datagrid loaded with $ _FILES statement on: July 27, 2017, 02:46:59 PM
Thank you
2  General Category / General Discussion / View documents or file in a datagrid on: July 27, 2017, 11:02:53 AM
I need a datagrid to download a document or file:
<Th data-options = "field: 'ProcessFormRepository'" width = "40%"> Process Name </ th>
                 <Th data-options = "field: 'repositoryNameFormRepository'" width = "20%"> Repository Type </ th>
                 <Th data-options = "field: 'RepositoryName" "width =" 40% "> Repository Name </ th>
                 <Th data-options = "href: 'documentRepositoryFormRepository'" width = "40%"> Download </ th>

Please help me thank you
3  General Category / General Discussion / Display documents in datagrid loaded with $ _FILES statement on: July 25, 2017, 02:19:24 PM
Hello, I have a question with the datagrid. I need it on the screen of the datagrid when deploying a file loaded with $ _FILES I get the display of the file or document that loads to display it in a datagrid.

            <tr>
                <th data-options="field:'nombreConvenioFormRepositorio'" width="40%">Nombre del Convenio</th>
                <th data-options="field:'nombreTipoRepositorioFormRepositorio'" width="20%">Tipo Repositorio</th>
                <th data-options="field:'nombreFormRepositorio'" width="40%">Nombre del Repositorio</th>
               <th data-options="field:'documentoRepositorioFormRepositorio'" width="10%">Documento</th>                 
            </tr>

The variable "RepositoryFormRepository" is a path for viewing a file. What I need what instruction I need or what I should do.

thanks for your help
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!