BorderTech / wcomponents

Accessible Web UI Framework for Enterprise
GNU General Public License v3.0
21 stars 17 forks source link

WSubordinateControl action: setValue #260

Open ghost opened 8 years ago

ghost commented 8 years ago

Offline enhancement request:

JohnMcGuinness commented 8 years ago

I am working on a project where this cold certainly be used. Over the life of my project (3-4 years) I have had a few situations where I've had to use AJAX to set a value where otherwise I could have used Subordinate. @jonathanaustin @ricksbrown @marksreeves I would vote this up if GitHub allowed me to.

ghost commented 8 years ago

OK, let's bump the priority.

ricksbrown commented 7 years ago

Bump.

After a long talk about how to improve subordinate this came up again as a prime candidate.

ricksbrown commented 7 years ago

A few notes:

In its most basic form it would be this easy:

Action.register("setValue", function(element) {
            element.value = "some value you somehow know you want?";
});

But, things to consider:

ghost commented 7 years ago

Some thoughts: