Show specific value+db to the client and just db value on edit form
Hello, I would like to show specific value rather than a db value to the client and db value on edit form. How to do it? here my code: Editor::inst( $db, 'permissions' ) ->fields( Field::inst(...
View ArticleHow to indicate the phone number format ?
I have 3 questions. 1.See Figure Q-1 How to indicate the phone number format? When 01012341234 data is input in the editor, the screen should appear in the format 010-1234-1234 (xxx-xxxx-xxxx). And...
View ArticleInline editing not working in IE 11
This can be seen on the example page. https://editor.datatables.net/examples/inline-editing/simple Enter does not submit the value. If you press enter then click on another field, edit stops working...
View ArticlePlease how can I ensure that a particular field value remains unchanged after...
This refers to the PHP script using Editor. I do not want the password field to be changed, its value should be remain unchanged. Thanx
View ArticleIs it possible to "Query RAW in Editor" whit this SQL?
I am using Datatable Editor, I see that to implement the crud, for example this "Simple inline editing" I need to make use of the Editor class, something like "Simple inline editing". At the end of the...
View Articleparent childs example apply on one to many relationship
I applied the parent childs example on my tables (colleges and depts) and it is work fine, the tables schema is as follow: -Table "colleges" --Fields: id, college_name -Table "depts" --Fields: id,...
View ArticleDT Editor - Upload file metadata into the same table as my other data
Is it possible to get Editor to upload the image metadata into the same table as my other data? E.g. I have an existing table with several columns e.g. First Name, Last Name....and so on, including a...
View ArticleInsert unique code to a field while import csv file
Hi, I have two php functions which generate a unique code, so I use these function with the datatables editor and it work fine, but when import data as csv file the field of unique code get the same...
View Articleserverside url validation
Description of problem: I want to validate urls serversideusing code like this: Field::inst( 'NameOfField' ) ->validator( Validate::url( ValidateOptions::inst() ->message( 'ErrorMessage' ) ) )...
View ArticleHow to exclude some fileds from CSV Import/Export
Hi, i use datatable editor with csv import, searchbuilder and searchpanes extension. How can i exclude one or more fields from csv import and csv export extension? There are some fields (e.g. file...
View ArticleAways display input text box when inline editing
Link to test case: Description of problem: Is it possible to keep input box open always so that user will not have to double click (one outside cell to submit edited value) on table cell to edit value...
View ArticlePrevious / next editing buttons problem
Hello, I applied Previous / next editing buttons example and it is worked perfect, but there is a problem which is when I remove "New " button and click Next button in the Edit form, it show delete...
View ArticleTinyMCE source editor with inline editing
I've been using the TinyMCE editor plug-in, and all is working well apart from one thing. I have inline editing enabled - admittedly not ideal as the TinyMCE editor is squashed into a tiny space, but...
View Articledisable new or delete enable only edit from php api
Hello, it's possible disable new or delete records, and enable only edit records from php api?
View ArticleDisable the upload and Clear button
Hi, is there a way to disable just the "Choose file" and "Clear" button But I can still click the link( image src) of my attachment editor upload? When I use editor.disable( 'attachments ); I cant...
View ArticleDynamic drop-down list in editor form
I would like to replace the hard coded options in the code below with a dynamic data from MySQL DB through PHP. Is there clear way of doing this. An example would be good. var editor = new...
View ArticleChange select2 dinamicaly
I have an code: { label: "Escola:", name: "rl_usuario_escola_turma_disciplina.escola_id", type: "select2", opts: { placeholder: "Selecione a escola", initialValue: true, ajax: { url:...
View Articlei cant show alert('hi3~') after dateime close
type: "datetime", opts : { dateFormat: 'yy-mm', changeMonth: true, changeYear: true, showButtonPanel: true, onclose: function() { alert('hi3~');} } i cant show alert('hi3~') after dateime close why?...
View ArticleEditor form datepicker with month and year only
How can I set the option of a datatable editor form with type datetime so that the datepicker have month and year only as shown in the below screen capture? thx OR
View Article