Activities of "yasin.hallak.89@gmail.com"

Hi.

We need to use libraries like css in empty layout because we need priniting page like this :

https://x.leptontheme.com/custom-pages/invoice/

Thanx.

I opened this ticket 14 days ago and It has not been answered yet. can you answer this question please :https://support.abp.io/QA/Questions/3914/Empty-layout-in-leptonX

this website is a complete HTML page, you can see the source code of the HTML by the browser's developer console.

This answer is not acceptable and Contrasted with our participation and agreement

sorry if you are asking the leptonx source code then it's available. you can download the latest stable LeptonX source-code via the following command

abp get-source Volo.Abp.LeptonXTheme.Pro 

As mention above

I download lepton x pro source code from abp suite but can't find custom pages and widgets within source code

Sorry it is not the same thinking logic, this is diffrent.

We didn't ask you source-code of abp.io or abp suite website because our participation does not include this.

We just ask you source-code of leptonx theme because it is within our participation as mention above and this is our agreement.

When you go to buy any theme you will get the source-code of the all pages within theme, is not it ?!

Hi @yasin.hallak.89@gmail.com

You can't get the source-code of HTML demo for now because of some limitations. But we're planning to make it accessible in the future.

But. anything is trimmed from application bundles and they include everything that is required for those components. So you can inspect that demo, get the plain HTML and use it in your application without limitation. All of them should be working on your application without making any CSS change.

Hi enisn.

I am so sorry to hear that .

Our subscription is business and it includes source code of all modules and source code of all themes as figure below

We hope you will make it accessible asap as we had deal in our subscription.

When will you expect to make it accessible ?

Hi Yasin,

ABP supports all .net features hence it's not an issue unique to the framework. Even so, hopefully, this helps you to solve your problem.

Regards.

Hi Malik .

I found solving for my Problem from another resourecs

Thanks

Hi Yasin,

Could you config your website on IIS as the mention here, please?

  • Open IIS 7
  • Select your website
  • Open .NET GLOBALIZATION
  • From Culture tab, select required Culture and UI Culture.
  • Do iisreset

It may related own configuration

Hi Malik ..

I set Culture and UI Culture to (en), the system converted to english as a default language and generate DateTime Gregorian .

but I want to set default language in arabic . when I set Culture and UI Culture to (ar), the system converted to arabic as a default

language and generate DateTime Hijri .

How can I set Default language in arabic and generate dateTime Gregorian .

Hi Yasin,

Could you config your website on IIS as the mention here, please?

  • Open IIS 7
  • Select your website
  • Open .NET GLOBALIZATION
  • From Culture tab, select required Culture and UI Culture.
  • Do iisreset

It may related own configuration

Thanx . I will trying and tell you

sorry,

 
var defaultLanguage = await _settingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);  
var (cultureName, uiCultureName) = LocalizationSettingHelper.ParseLanguageSetting(defaultLanguage); 
using (CultureHelper.Use(CultureInfo.GetCultureInfo(cultureName)))  
{  
    GenerateViolationReport()  
}  

Now it work well Thanx

Showing 31 to 40 of 83 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11