Recent content by business

  1. B

    Get value from another table in custom function

    Hi, My custom function needs a field value from another table in order to calculate and return the result. Is there any way I can call SQL to get data using the field from $parameters_ar and return the result? Thanks
  2. B

    Print multiple records in single page PDF

    Hi, Currently, the PDF prints one record on each page, can I add multiple records on a single page? Thanks
  3. B

    Automatically use PDF tamplate

    Hi, I want to hide the option to select a template before produce pdf button. I want to assign pdf to each view and that should be automatically used when the pdf button is clicked. Any help? Thanks
  4. B

    Customize Details View

    Hi, When I click on the details button, the layout is pretty simple. Can I somehow customize it? Thanks
  5. B

    Edit button in datagrid

    I was able to do it, it's sorted. Thanks
  6. B

    Edit button in datagrid

    Hi, I have a datagrid HTML template, and I need to add an edit button. I can not find any details of the edit button in custom button documentation, can you please help? Thanks
  7. B

    Using UI Kit

    Hi, Can I use bootstrap UI Kit to change the layout of the dashboard? Demo here: http://www.templatemonsterpreview.com/75197.html Thanks
  8. B

    Javascript or PHP in Datagrid templates

    It worked, thank you so much 👍
  9. B

    Remove items found and items per page options

    Hi, Thank you for getting back to me. In which file I should add my custom css? Thanks
  10. B

    Remove items found and items per page options

    Hi, Can you please tell me how can remove the text (x items founds (Total items: y) and also x items per page from the top of datagrid layout? Thanks
  11. B

    Javascript or PHP in Datagrid templates

    Hi, I want to trim some characters from the output, can I use php or javascript in the datagrid templates? If I can not use, is there any other way to modify the datagrid? Thanks
  12. B

    Add script before closing body

    Hi, I want to use some 3rd party scripts before the body tag closing so those could load on each page. I tried adding scripts to footer_install.php as well as header_install.php but those script does not load. When I edit the header.php or footer.php and add scripts there, these work fine...
  13. B

    Text field with dashes

    Hi, Is there any sample code to update value of input box via javascript using onkeyup function? https://cl.ly/774a0e30ba2f For eg: when I enter anything it should add a hyphen to it? I have tried many methods available online, but none works: /* function dadabik_social_security(field) {...
  14. B

    Conditional field

    Thank you so much FRW, it worked (tu)
  15. B

    PDF doesn't show the field values

    Hi, I have created a PDF template and used the same code as in my datagrid template (it is working fine there), but the pdf doesn't show the values of the fields. Here are the links to pdf and template: https://cl.ly/ccae9a0e8af4 Note: I have not modified any other files. Thanks
Top