Search results

  1. S

    Sum columns total

    I've two decimal columns in a list and I want to sum the total of these two columns: what is better way to accomplish this? Thank you
  2. S

    how to consume javascript in list

    I want to subscribe to a javascript Fabrik list event, i.e 'fabrik.list.loaded' I've created a js file in /components/com_fabrik/js/list_1.js (1 is id list): requirejs(['fab/fabrik'], function() { Fabrik.addEvent('fabrik.list.loaded', function(list) { alert("Hello! I am an alert...
  3. S

    image url problem with dompdf on https website

    I've a problem to embed image in pdf in my https website Dompdf add ':80' suffix to url and the resulting url does not work: https://www.mydomain.it:80/images/servizio/logo.png if I test it on http website it work fine. How can I tell to dompdf to do not add ':80'? thanks
  4. S

    js tooltip does not work

    I've a strange problem. In joomla back-end tooltip works well. In front-end it does not work ( it shows only icon). In front-end I use a bootstrap 3 template. I've attached screenshots
  5. S

    Hide row id in url

    Hi, I've a list of employees and at the endo of row I have a custom button with this php code: $app = JFactory::getApplication(); $ids = $app->input->get('ids', array(), 'array'); $id = array_shift($ids); $app->redirect('index.php?option=com_fabrik&view=form&formid=13&rowid=' . $id); with $id...
  6. S

    Placeholders in case of cloned element

    With cloned elements in the same module I have some problems: Example: There are these cloned elements: jos_table_value. To use for guest jos_table_value. To use for registered (there are 2 cloned fields because jos_table_value has a different initial value depending on user group) There is...
  7. S

    AND with left join

    In Fabrik->List->join I do a join like this: select id from table1 left join table2 on table1.id = table2.parent_id AND table2.published = 1 How to 'AND' clause? thanks.
  8. S

    advantages of the professional or standard subscription

    Hi, How many video tutorials are available in professional or standard subscription? How many small code samples for specific situations are available? thanks.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top