ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Field Substitution in popup titles
Title:
B
I
{code}
?
I'm using the following code to initialize a popup @(Html.Awe().InitPopupForm() .Name("EditCustomer") .OkText("Save") .Title("Edit Customer .CodeNumber .Name") .RefreshOnSuccess(false) .Resizable(true) .RemoveOnClose(true) .Success("refreshGrid") .Modal(true) .Url(Url.Action("Edit"))) In the previous versions, the .CodeNumber and .Name placeholders would get substituted for the actual values of the record being edited. This is no longer happening. Did this functionality change?
Save Changes
Cancel
thalter
asked at 18 Dec 2016
that would be the value of grid Column.ClientFormat; think there's some more code that you need to show think you need this: http://aspnetawesome.com/forum/question/781/set-title-of-popup-via-javascript
at 18 Dec 2016
Omu
Yes, that is what I was looking for. Thanks!
at 22 Dec 2016
thalter
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK