Activities of "Anjali_Musmade"

Hi ,

Can you check this once similar ticket https://support.abp.io/QA/Questions/3579/Possible-to-connect-using-two-different-database-management-systems-in-single-solution#

Thanks,

Hi,

For code in the blue block, create a new class file named MyLoginModel used for customizing LoginModel and add that code to that newly created class.

regards,

Hi,

Could you please check this similar issue https://support.abp.io/QA/Questions/6007 I think this will solve your issue.

Thanks, Anjali

Answer

Hi viswajwalith,

By using the above command, you will get the source code of LeptonX for a specific version that you will mention in the command. This source code might not contain all the features of the demo site.
You can customize it by using this documentation: https://docs.abp.io/en/commercial/latest/themes/lepton-x/index, as per your Ui type.

Thanks, Anjali

Answer

Hello,

You can get the source code of LeptonX by using the below command, and you can customize it as per your requirements.

abp get-source Volo.LeptonTheme --version 7.3.1

Thanks, Anjali

Hello WilliamT,

Thanks for replying with your exact requirements. I have checked the Button groups in LeptonX. It has a border, not a divider. If you want to implement it for Action dropdown, you need to add some CSS code like below in global-style.css:

.dropdown-item {
    --bs-btn-border-width: 1px;
    border: var(--bs-btn-border-width) solid blue;
    border-radius: 5px;
}

Which will look like

Is this what you want? Please let me know if anything else is needed.

Thanks, Anjali

Hi,

Click on your username and then you will see it like this

Hi,

Can you check this one document https://docs.abp.io/en/abp/latest/Localization

Thanks,

Hi,

Have look at a similar issue https://support.abp.io/QA/Questions/5945/Exception-in-browser-at-initial-pageload-of-a-deployed-production-build

Please let me know if it helps you.

Thanks, Anjali

Hi, ABP Datatables extension does not provide the feature mentioned by you.

but you can customize your code with the help of css. please try to add below code in global-style.css

.dropdown-item {
  border-bottom: 1px solid black !important;    
}

it will result in

please let me know if it helps you.

Thanks,

Showing 551 to 560 of 1088 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33