Base solution for your next web application

Activities of "optixdev"

Question

I am removing some css classes from few css files such as "metronic\themes\theme8\css\style.bundle.min.css" to fit my design requirements.

But when I publish the code or restart my computer the 'removed css class' are appering again, all the design changes I made are rollback to the default theme and I am loosing all custom design changes which I did.

How can I solve this issue?

Thank you.

We are using .NET Core + Angular:

  • How to create new user roles?
  • How to manage the users roles?
  • How to assign permission to the roles to access specific pages?
  • How to assign permission of roles specific <div> tags to show or hide certain tables and values?

Can you please provide us the code?

.Net core + Angular version 8.7

How to add "time" selection to default date picker calendar to the below autogenerated input?


<input class="form-control m-input" 
type="datetime" bsDatepicker 
datePickerMomentModifier 
[(date)]="abp.startTime" 
id="Abp_startTime" name="AbpCommsXObservation_startTime">

Angular 8 + .Net Core (ASPZero Version 8.7)

How to add required field validation

  • Adding required feild validator cusotm code for specific TextBox, CheckBox and Dropdownlist.
  • Adding required feild validator using Power tools.

Angular 8 + .Net Core (Asp ZERO v8.7)

I am using default HTML editor from demo-ui-component page, having problem with storing image base64 string into database.

I can store simple short text, but long text like image base64 throws error... my database datatype is NVARCHAR (MAX)

<input id="RoleDisplayName" #roleNameInput="ngModel" class="form-control" type="text" name="DisplayName" [(ngModel)]="role.displayName" required maxlength="64">

<validation-messages [formCtrl]="roleNameInput"></validation-messages>

So, we have to use only "#roleNameInput="ngModel"" in <validation-messages [formCtrl]="roleNameInput"></validation-messages> ?

Hi Ismail

how to add required field validator for <p-editor> ?

Showing 51 to 58 of 58 entries