Search results

  1. L

    user ajax dropdown

    it showed error 500 By the way, I tried in localhost joomla and fabrik user ajax works flawlessly. Is the error caused by server firewall or something else? I have no idea with my company's server stuffs
  2. L

    user ajax dropdown

    in my user_ajax.php i didn't miss the '}'
  3. L

    user ajax dropdown

    I'll try this.. thanks for your reply :D what makes me confused is even the simplest example can't be done. (i tried to alert 'abc' with user ajax) I don't know if there are other factors causing this
  4. L

    user ajax dropdown

    i tried both but didn't work.. still alert 'undefined.'
  5. L

    user ajax dropdown

    I tried very simple test just now. <?php defined('_JEXEC') or die('Restricted access'); class UserAjax { public function getPropinsi() { echo "abc"; } var url = "index.php?option=com_fabrik&format=raw&task=plugin.userAjax&method=getPropinsi"; new Request({ method: 'get'...
  6. L

    user ajax dropdown

    Hello.. I was trying to use fabrik user ajax from the wiki http://fabrikar.com/forums/index.php?wiki/user-ajax/ I want to make ajax call to retrive data from db then update to dropdown element (onload). I've searched in this forum but i can't figure how to solve my problem. My Code : 1...
  7. L

    Hide Element onLoad using PHP, not JS

    $elem = $formModel->getElement('table___element'); $elem->hidden = '1'; still didn't work.. i tried onCanEditGroup and onLoad the element still visible
  8. L

    Hide Element onLoad using PHP, not JS

    bump.. i also got this problem.. need some help please
  9. L

    [SOLVED] Element permission depens on other elements

    hello.. i tried this in fabrik form plugin php but it didn't work at all.. I need to execute query to check user who is currently login, then decide to hide/show some elements. can somebody help me please?? thanks
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top