Activities of "liangshiwei"

Sorry, I will ask angular team check this and answer you

yes,you can enable long path for windows

Hi,

you can set MaxNewValueLength in the DomainShared module and add a new migrations file.

public class ...DomainSharedModule : AbpModule
{
    public override void ConfigureServices(ServiceConfigurationContext context)
    {
        EntityPropertyChangeConsts.MaxNewValueLength = 10000
    }
}

** Unable to set property 'text' on object of type 'Blazorise.TextEdit'. The error was: Specified cast is not valid. ---> System.InvalidCastException: Specified cast is not valid.**

You need to check Blazorise.TextEdit component used

okay : )

okay : )

Hi,

Sorry i could not reproduce the problem, could you share a simple project with me? i will check it. thanks

shiwei.liang@volosoft.com

Hi,

You can override the top layout, it is replaceable.

Seems there are issues for the customize angular UI. Like some keys not in html pages. Like routesKey and top layout do not have the key: navItemsKey

yes, they are used for side-menu layout, i don't know why the top-menu doesn't support custom, i will ask leptonxtheme team

Do you have code for this demo?

ABP customers can also download the source code of the https://x.leptontheme.com/ from https://abp.io/api/download/samples/leptonx-demo.

https://abp.io/docs/latest/ui-themes/lepton-x/index#source-code

Showing 781 to 790 of 6002 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54