B4X FEED [B4j] [DSE] CSSStyleClass Designer Script Extension

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: [B4j] [DSE] CSSStyleClass Designer Script Extension است. این موضوع تا کنون 32 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [B4j] [DSE] CSSStyleClass Designer Script Extension
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
32
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
With the new Designer Script Extensions, Erel has given us Class Names for views similar to the B4j CSS class names.

For those wanting to use the actual CSS classes and styling in B4j, it is just as easy to add CSS class names to Nodes directly in the designer using the Designer Script Extensions.

This is a method to do just that. You can download the b4xlib and add that to your B4x additional libs folder, or just copy the method if you already have a Designer Script Extension class.

Usage in the Designer Script:

B4X:

DSE_CSSStyleClass.AddStyleClass("button-sl",Button1)

You can also add more styleclasses and/or views in one go if you wish:

B4X:

DSE_CSSStyleClass.AddStyleClass("button-sl, class-2",Button1,Button2,Button3)



DSE_CSSStyleClass:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید



 

عقب
بالا