This is a migrated thread and some comments may be shown as answers.

what is elastic functionality for radinput

3 Answers 30 Views
Input
This is a migrated thread and some comments may be shown as answers.
moegal
Top achievements
Rank 1
moegal asked on 30 Mar 2015, 11:52 PM
what is elastic functionality for radinput.

I see it listed in the release history.  Not sure what it is or how to use it.

Marty

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 02 Apr 2015, 01:40 PM
Hello Marty,

See the help topic below for more information on this matter:

http://www.telerik.com/help/aspnet-ajax/input-render-modes.html

Regards,
Maria Ilieva
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
moegal
Top achievements
Rank 1
answered on 02 Apr 2015, 04:02 PM
Maria,

there is no mention of elastic design there.  I could use an example. 

Thanks, Marty
0
Accepted
Maria Ilieva
Telerik team
answered on 07 Apr 2015, 03:34 PM
Hello Marty,

For a control to be an Elastic means that a font-size change will resize the control elements accordingly. This is usually achieved by using em units for font-size and padding settings.

The example below shows the selectors for RadTextBox that supports elastic design:
html .RadTextBox {
    font-size: 24px;
}


Regards,
Maria Ilieva
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Input
Asked by
moegal
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
moegal
Top achievements
Rank 1
Share this question
or