Search results

  1. R

    ID_User (Update)

    But, if multiple people edit the record, you're only going to have the LAST editor recorded. If you really need to record transactions, you're going to need a more-complex transactions model using a header/detail model where users can only ADD records debiting or crediting the total.
  2. R

    rich text editor position

    I assume you're talking about the button-bar location. Assuming you're using the advanced theme, then theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left" there are similar theme variables for simple. THe tinymce site is very detailed.
Top