This topic is locked

Tageditor - "edit As" Part Paralyses The Buttons

5/31/2013 7:55:42 AM
TagEditor plugin support forum
C
csernusoft author

Dear All,
The TagEditor "View as" setup works properly.
But when I setup "Edit as" - then ADD New and other buttons does not work.
' UI theme

' available themes are: "blitzer", "flick", "overcast", "pepper-grinder",

' "redmond", "smoothness", "south-street", "sunny", "ui-lightness"

this_object.settings("theme") = "flick"
' autocomplete using lookup table

' set "autocomplete" property to true

' and specify lookup table and field

this_object.settings("autocomplete") = false

this_object.settings("table") = "Users"

this_object.settings("display_field") = "UserID"
Does anyone has the same issue?
I use ASP version and IE9.
Thanks

Imre

admin 5/31/2013

Imre,
I would ask you to post your application to Demo Account and post URL here along with instructions on reproducing the issue.

C
csernusoft author 6/2/2013

Hi Sergey,
Please find my Plugin test application on demo site...

http://demo.asprunner.net/Account/Projects_list.aspx
user: ic185009@ncr.com

pw: csernusoft
Thanks

Imre