Author Topic: Localize popup dialog  (Read 2685 times)

jcc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Localize popup dialog
« on: March 29, 2016, 02:43:13 pm »
I know how to localize the datagrid and toolbar using the right file
but how do I localize popup-dialog-crud buttons  ?

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Localize popup dialog
« Reply #1 on: March 31, 2016, 09:55:50 pm »
There are strAdd, strEdit & strDelete properties in the localization files, you can assign them to the buttons.

$grid.pqGrid( 'option', 'strAdd' )

Similarly more properties can be added to the localization files and assigned.

jcc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Localize popup dialog
« Reply #2 on: April 13, 2016, 04:50:28 pm »
Works fine for pqGrid ...
but not for popup-crud called by the button in the pqGrid
(as show in the print attached)

Thanks for your help