অ্যাক্সেসলিলে ফর্ম ক্ষেত্রের প্রকার
From Joomla! Documentation
বর্তমান বিকল্পটি নির্বাচিত সঙ্গে accesslevel বিকল্পগুলির একটি ড্রপডাউন তালিকা প্রদান করে।
- নাম (বাধ্যতামূলক) প্যারামিটারের অনন্য নাম।
- টাইপ (বাধ্যতামূলক) অ্যাক্সেসলেভেল হতে হবে।
- লেবেল(বাধ্যতামূলক) (অনুবাদযোগ্য) ক্ষেত্রের বর্ণনামূলক শিরোনাম।
- বিবরণ ফর্ম ক্ষেত্রের জন্য বিবরণ টেক্সট।
- ক্লাস স্টাইল সেট করার জন্য অতিরিক্ত ক্লাস।
- multiple (optional) is whether multiple items can be selected at the same time (true or false).
- useglobal (optional) if set to true, it will show the value that is set in the global configuration if found in the database.
দ্বারা বাস্তবায়িত: libraries/joomla/form/fields/access.php
উদাহরণ XML সংজ্ঞা:
<field name="access" type="accesslevel"
label="JFIELD_ACCESS_LABEL"
description="JFIELD_ACCESS_DESC"
class="span12 small" />