- Posts: 27
COMMUNITY FORUM
How to extract plugin parameter name?
- Marek Wojtaszek
-
Topic Author
- Offline
- Junior Member
Less
More
14 years 3 months ago #92548
by Marek Wojtaszek
How to extract plugin parameter name? was created by Marek Wojtaszek
i'm working on plugin for attach recreation symbols to item and now have small question as above.
In plugin xml file I have param:
<param name="some_name" type="some_type" label="Some label" description="Some descr.">
How to get this param name in plugin php file?
In plugin xml file I have param:
<param name="some_name" type="some_type" label="Some label" description="Some descr.">
How to get this param name in plugin php file?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 3 months ago #92549
by william white
Replied by william white on topic How to extract plugin parameter name?
I dont know the answer but bet you can find it by reading the attached file here www.joomkit.com/downloads/k2-admin-notify
It is well documented
It is well documented
Please Log in or Create an account to join the conversation.
- Marek Wojtaszek
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 27
14 years 3 months ago #92550
by Marek Wojtaszek
Replied by Marek Wojtaszek on topic How to extract plugin parameter name?
Unfortunately this plugin does not fetch data from input fields. So it's useless but thanks for suggestion. I'll try look in other plugins ;)
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 3 months ago #92551
by william white
Replied by william white on topic How to extract plugin parameter name?
there is another one here that is hard to find by searching
Please Log in or Create an account to join the conversation.
- Marek Wojtaszek
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 27
14 years 3 months ago #92552
by Marek Wojtaszek
Replied by Marek Wojtaszek on topic How to extract plugin parameter name?
I've started with my plugin from that post;)
Please Log in or Create an account to join the conversation.