Activités de "rajasekhard2015"

Volo.Abp.AbpException: Could not find the bundle file '/libs/abp/utils/abp-utils.umd.min.js' from IWebContentFileProvider at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(TagHelperContext context, TagHelperOutput output, List1 bundleItems, String bundleName) at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService1.ProcessAsync(TagHelperContext context, TagHelperOutput output) at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)

I want to customise the top navigation bar like footer.

Please give me the suggestions for overrding the MVC UI

How to add my custom settings using razor page

I Have added the code as you given in the document. but its not reflecting in the UI (unable to see the custom settings)

No.. just added the customsettings provider only. Please give me the steps. based on that i will create.

Thanks for your response.

Hi,

I want add one more option for seeting the each user loggedin info..
please suggest me the process how to add one modal (Actions like edit, claims and delete user) want add one more action.

Hi I have added the functionality like,

$(function() { abp.log.info('My custom user script file has been loaded!');

//TODO how to get user instance to add another action

});

JavaScript Then add this file to the bundle of the role management page:

Configure<AbpBundlingOptions>(options => { options.ScriptBundles .Configure( typeof(Volo.Abp.Identity.Web.Pages.Identity.Users.IndexModel).FullName, bundleConfig => { bundleConfig.AddFiles("/Pages/Identity/Users/myuser.js"); }); });

In Js file how can i get the user page instance please give me that steps

index.js file where can i get that.

Thank you liangshiwei its working.

Affichage de 11 à 20 sur 38 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11