We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13501
    • 15 Posts
    Hi,

    I’ve added my own tab into the user profile screen. I have it loaded the value via setup call, similar to the "general information" tab in the profile screen.
    But what i found out is that, it behave strangely if i did a form customization to hide the "general information" tab from the profile screen. My objective is to replace the general information with my own tab, but things goes well until i hide the first tab...

    When i did that, all my custom input fields cannot be populated...
    Any idea why?

    Here is the modified code for update-min.js in manager/assets/modext/build/section/security/profile/
    http://pastebin.com/Ah2qTMcU
    And update.js in manager/assets/modext/section/security/profile/
    http://pastebin.com/5Wgk1pQA

    Please help..

    thank you..


      • 13501
      • 15 Posts
      screen shot attached
        • 13501
        • 15 Posts
        The ajax call did called, and load was successful for my custom tab data,
        but when i call to getForm().setValues(...) // some error occur shown on the red line of the 2nd screen shot