- Posts: 46
- Thank you received: 0
OS Property support center
Extend the text fields in properties administration
- Albert
-
Topic Author
- Offline
- Senior Member
-
Less
More
7 years 1 month ago #110494
by Albert
Extend the text fields in properties administration was created by Albert
Hi, i would like to extend the lines of some fields in the property administraton pages, like in the picture enclosed, thanks.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
7 years 1 month ago #110527
by Mr. Dam
Replied by Mr. Dam on topic Extend the text fields in properties administration
Hi,
Actually, there are 2 ways to extend the width size of input boxes in Property modification page.
1. Modifying source code of OS Property to change CSS classes of those boxes. There are some files and functions you need to know
- root > components > com_osproperty > classes > listing.php - function "edit"
- root > components > com_osproperty > helpers > layouts > propertyedit.php
After modifying, please backup those files for future installation.
2. Using Inspect Element tool of browser to find CSS class, then, using feature: Custom CSS at OS Property Configuration to add custom css
Thanks
Dam
Actually, there are 2 ways to extend the width size of input boxes in Property modification page.
1. Modifying source code of OS Property to change CSS classes of those boxes. There are some files and functions you need to know
- root > components > com_osproperty > classes > listing.php - function "edit"
- root > components > com_osproperty > helpers > layouts > propertyedit.php
After modifying, please backup those files for future installation.
2. Using Inspect Element tool of browser to find CSS class, then, using feature: Custom CSS at OS Property Configuration to add custom css
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Albert
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 46
- Thank you received: 0
7 years 1 month ago #110543
by Albert
Replied by Albert on topic Extend the text fields in properties administration
Hi Dam,
i tried with the Custom Css in configuration and wrote:
but nothing happens..
i tried with the Custom Css in configuration and wrote:
Code:
#pro_name .input-large .value{
width: 400px;
}
but nothing happens..
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
7 years 1 month ago #110615
by Mr. Dam
Replied by Mr. Dam on topic Extend the text fields in properties administration
Hi,
Just need to put:
#pro_name{
width:400px !important;
}
Good luck
Dam
Just need to put:
#pro_name{
width:400px !important;
}
Good luck
Dam
The following user(s) said Thank You: Albert
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.