Search
9295 results 4041-4050
Forum
- 15th Apr 2017Changing fields based on field in dropdown in editortd:first-child' }, country.php ``` <?php $data = [ 'options' => [ 'org_country_info.org_hq_country' => [ "Kosovo", "Liberia" ] ], 'values':
- 14th Apr 2017Disable ordering for some rowsPlease see this recent topic for your options: https://datatables.net/forums/discussion/comment/108716/ Kevin
- 14th Apr 2017TypeError: kisditor.fieldname": "pMan", "type": "select", "options": [ "\u0386\u03bd\u03b4\u03c1\u03b1\u03c2", "\u0393\u03c5\u03bd\u03b1\u03af\u03ba\u03b1" ] } ] }); //φίλτρο υποσέλιδου
- 13th Apr 2017How to override default send parameters ?Two options: ajax.data can be used to manipulate the data submitted preXhr can likewise. Allan
- 13th Apr 2017Copy prefixed with tabYes, you are correct - Buttons' copy action will just copy the text - no formatting at all. I'm going to add callback options to all of the export buttons to allow data to be customised beyond what is currently possible. Allan
- 12th Apr 2017Fill 'Option' in select from DBEditor's join documentation also details how you can use the Options class to fill in a list of options from the database. Allan
- 10th Apr 2017On multiple field errors, field focus is random.array in the editor options. The server side code
- 10th Apr 2017Incorporating Editor into a Mediawiki special pageeven a NULL. Two options spring to mind: The
- 7th Apr 2017How to use the actual value of a cell and not the "render" value on export?Little update for this - the orthogonal option for the export options expects a string, not a function, so the above likely wouldn't work in retrospect - unless the rendering function accepted an object as the type parameter. Allan
- 6th Apr 2017Prevent Bubble Editing Form From ClosingYes. When you call the bubble() method you have the option of passing in a form-options object. One of the options available is the onBackground option. You can set that to be none to have it do nothing. Allan