Activities of "Anjali_Musmade"

Hi

please go through this link https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates you can edit any templates

Hello DEKUKDEV,

Thank you for your valuable suggestion. We have passed on this information to the relevant team.

Best, Anjali

Answer

Hello sanobarm

can you please check this once https://github.com/abpframework/abp/issues/13274

Regards

Hi shaynevanasperen,

  1. Yes you need to define all the language texts in JSON file, then only it will be available in language management module UI. Yes you can leave the text blank in JSON so that you can add Target Culture Value from UI.
  2. The framework will take the updated value that is saved from UI.
  3. As if now framework is handling data from JSON, but you can handle that texts as blank in JSON and can be updated from UI.

Hello DEKUKDEV

Can you please refer this link: https://github.com/abpframework/abp/issues/13024

In latest (7.3.2) we are not having that feature.

regards,

Hi

if you are passing these values from UI then you can remove these two line which we added.

if you are not passing then these are required.

Hello niall,

you can check this video for customizing MVC UI from 49.00 mins onwards

https://www.youtube.com/watch?v=R9CqTtn6Wcg

please do let me know if this find helpful for you

Thank you, Anjali

Hi giathanh2512,

You can setproperty to the CreateFileInputWithStream class from your upload fuction in razor page. I am adding a code screenshot for your reference.

regards, Anjali

Hello Teknosol,

please do share your solution with ticket number on support@abp.io so that we can help you better.

please let me know once send

regards,

Hello Teknosol,

Could you please check In which directory you are having css file for previous working project

Please try to add this code on component level if styles are in relevant component css file

@Component({
  selector: 'app-my-component',
  templateUrl: './my-component.component.html',
  styleUrls: ['./my-component.component.css'],
  encapsulation: ViewEncapsulation.ShadowDom // Use Shadow DOM
})

if possible please elaborate more on your question

regards

Showing 1101 to 1110 of 1341 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 05, 2025, 09:28