Recent content by ricslabb03

  1. ricslabb03

    fileupload in Fabrik Window JS class

    Thanks, Hugh.
  2. ricslabb03

    fileupload in Fabrik Window JS class

    Hi, I need to load a fabrik form in a fabrik window. I have a fileupload element inside this form. However, when I press save, the file is not uploaded. I have a few normal fields in the form as well, but they save fine. I would like to know if it is possible for a file to be uploaded in a...
  3. ricslabb03

    Hide Element onLoad using PHP, not JS

    Hi there, I have always used the element JS plugin onload to hide elements. However, it is undesirable due to the momentary flashing of elements. I would therefore like to do it on the server-side before the rendering of the DOM. Here is a similar question...
  4. ricslabb03

    Developing Fabrik Form Plugin

    Thanks, Hugh. I did not change everything - just the things I thought needed changing. I will look through the code for any references and let you know if that solves it. Thanks for your help! :)
  5. ricslabb03

    Developing Fabrik Form Plugin

    Hi there, I am working on a new form plugin that is basically a clone of the current log plugin, except I have added JSON to the available log formats. It works fine if I just modify the log plugin. However, as far as I understand, all my changes will be overwritten when I update from fabrik...
  6. ricslabb03

    Wysiwyg textarea and pagination issue

    Hi guys, I am using the JCE Editor for my textareas. However, if I use pagination the wysiwyg textarea content does not save whereas if pagination is not used the wysiwyg textarea saves fine. I was originally using TinyMCE (which I would prefer to work with), however with pagination TinyMCE...
  7. ricslabb03

    Populate a checkbox element using js and ajax

    No problem, Hugh. I found a reply by Rob by accident which got me going: http://fabrikar.com/forums/index.php?threads/refresh-update-a-cascading-dropdown-with-2-elements.18728/ I realized that the checkboxes rely heavily on Mootools (duh) so I just had to write some mootools code to populate...
  8. ricslabb03

    Populate a checkbox element using js and ajax

    I was populating it through a URL parameter that I was passing into an iframe that contained the form. The checkbox would then use that url parameter to populate itself when the iframe was loaded. Here is how the eval populate looked: So, that was how I was doing it when I was using an...
  9. ricslabb03

    Populate a checkbox element using js and ajax

    friendly bump
  10. ricslabb03

    Populate a checkbox element using js and ajax

    I have a checkbox that is populated by an external db that is not loaded on fabrik (ie it is not a connection). However, the checkbox requires the id of another element 'emaillist_id' (a dbjoin) in the form to populate itself. Would it be possible to populate the checkbox from an onchange...
  11. ricslabb03

    ajax saving textarea

    Hi guys, I am trying to save a textarea at the click of a button using element js. However the textarea contains quotes and single quotes. What is correct way to this? I realize that this is a general js question, but the answers online use jquery and since element js uses mootools it has...
  12. ricslabb03

    Style Javascript window class in List JS plugin

    I solved the problem by setting the loadMethod to html and placing an iframe in the html parameterwhich I could style how I wanted. I also had to style the modal in my joomla template's custom css to make it bigger and to make the iframe fit the modal correctly. var url =...
  13. ricslabb03

    Style Javascript window class in List JS plugin

    Friendly bump :D
  14. ricslabb03

    Style Javascript window class in List JS plugin

    Here is where I found out about the JS window class should anyone be interested... http://fabrikar.com/forums/index.php?wiki/javascript-window-class/
  15. ricslabb03

    Style Javascript window class in List JS plugin

    Hi There, I managed to get the JS window class to work in a JS List plugin, but I do not know how to style the iframe. Here is my code and I've attached an image of how the popup looks. jQuery.each(rows, function(rowid, row) { Fabrik.getWindow({ id:rowid, 'loadMethod': 'iframe'...
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top