Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:53:25 CDT(-0500)] <anastasiac> Justin_o and cindyli, I'm trying to create my own panel using the prefs framework's textfieldSlider. I'm finding that my panel's internal model field MUST be called "value" because the fluid.textfieldSlider assumes "value." Is this as intended? Are we ok with this requirement (i.e. that my panel must use "value")? I'm able to use other keys for other data types that don't use textfieldSlider

[12:55:18 CDT(-0500)] <cindyli> anastasiac: don't think it makes sense to require panel model must use "value". we should fix textfieldSlider.

[12:55:47 CDT(-0500)] <cindyli> and elsewhere that "value" is required

[12:56:01 CDT(-0500)] <anastasiac> ok, cindyli, I'll file a JIRA

[12:56:11 CDT(-0500)] <Justin_o> cindyli, anastasiac: yes.. it should probably be updated to use a model relay i guess. it's pretty old.. i wonder if this is something that needs to be done now though.. i think Bosmon was going to look at this when he starts the new model relay work