User Manual

08.14.2024

MANUAL

FAQ: How to set the width of the input form to any length

## Answer Use "[Style](/en/manual/table-management-style)". --- ## Overview If you want to set the width of the input form to an arbitrary value, set "[Style](/en/manual/table-management-style)". Below is a sample of setting the form width of Category A items in a record table to 450px. ## Operation 1. Open the target table. 1. Click Manage → Table Management. 1. Open the Style tab. 1. Click the New button to display the dialog. 1. Enter an arbitrary title such as "Change form width of Category A items" in the title. 1. Enter the following style in the Style field (for record tables, use #Results_〇〇, and for time-limited tables, use #Issues_〇〇). 1. Uncheck "All" in the output destination and check the screen to which you want to apply the above style. 1. Click the Change button in the dialog. 1. Click the Update button at the bottom of the screen. 1. Open the target table and confirm that the above style is applied. *The above is an example of Category A items, but the method of specifying each item is shown below. ・Class A to Class Z→ClassA~ClassZ ・Num A to Num Z→NumA~NumZ ・Date A to Date Z→DateA~DateZ ## Sample Code ### 1. In the record table, set the width of the input form for the class A item to 450px ##### CSS ``` #Results_ClassA{ width:450px; } ``` ### 2. In the record table, set the width of the input form for the num C item to 500px ##### CSS ``` #Results_NumC{ width:500px; } ``` ### 3. In the deadline table, set the width of the input form for the date B item to 150px ##### CSS ``` #Issues_DateB{ width:150px; } ``` ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/table-management-style">Table Management: Style</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.